Multiple Choice
Selection sort requires ________ passes to put n data items in order.
A) n
B) n / 2
C) n / 2 + 1
D) n - 1
E) n + 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q30: If a selection sort is used to
Q32: If the item being searched for is
Q33: To find a value that is in
Q34: To find a value that is in
Q35: Any sorting algorithm, such as bubble sort
Q36: To determine that a value is not