Multiple Choice
When an array is sorted from highest to lowest, it is said to be in
A) reverse order
B) forward order
C) ascending order
D) descending order
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: On average, an item is just as
Q6: The _ sort usually performs fewer exchanges
Q7: A _ algorithm is a method of
Q8: The advantage of a linear search is
Q9: Assume you have two integer variables, num1
Q11: Before you can perform a bubble sort,
Q12: A(n) _ search uses a loop to
Q13: A _ search is more efficient than
Q14: The following function should swap the values
Q15: The following is the pseudocode for which