Multiple Choice
If a selection sort is used to arrange the numbers 7 5 3 9 2 6 in ascending order, what order will the data be in after the first pass?
A) 2 5 3 9 7 6
B) 5 7 3 9 2 6
C) 5 3 7 2 6 9
D) 2 3 5 6 7 9
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: We can measure the complexity of an
Q20: A(n) _ algorithm arranges data into some
Q21: A binary search begins by examining the
Q22: If algorithm A requires 2n + 1
Q23: The _ sort usually performs more exchanges
Q25: To find a value in an ordered
Q26: When searching for a particular object in
Q27: To determine that an item is not
Q28: When sorting an array of objects or
Q29: A binary search requires that the elements