Multiple Choice
In an insertion sort,what order are the elements in an array placed using the following Boolean expression?
// variable p is used to scan the array
While p > 0 AND array[p-1] > array[p]
A) Ascending
B) Descending
C) Numeric
D) Alphabetic
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: In a selection sort,the first step is
Q34: All sorting algorithms contain a group of
Q35: The data in an array can be
Q36: In the bubble sort algorithm,the movement of
Q37: In the swap module,the third variable is
Q38: The biggest advantage of the bubble sort
Q39: If the values in an array are
Q40: Which search algorithm uses three variables to
Q41: The swap module is executed with three
Q43: In a selection sort,when changing from ascending