Multiple Choice
When using a bubble sort to sort a 10-element array,on the fourth pass through the array list you detect that no swap has occurred.This indicates ____.
A) the elements in the array were badly out of order
B) all elements in the array are already in the correct order
C) you must make one more pass through the array
D) you must make a total of 10 passes through the array
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Each element in a two-dimensional array requires
Q4: In a(n)_,if an element is out of
Q5: The sorting process is usually reserved for
Q6: A record's _ field is the field
Q7: An insertion sort is another name for
Q9: When you _ records,you store a list
Q10: When you sort records,two possible approaches are
Q11: An array whose elements you can access
Q12: If you are performing a(n)_ bubble sort,then
Q13: Explain why you might want to use