Multiple Choice
The Shell sort:
A) Finds the smallest value and exchanges it with the first value,then continues with the second value,third value,etc.
B) Is a system of comparisons and exchanges of adjacent elements to move the largest to the bottom of the selected group of values.
C) Is a system of comparisons and exchanges of elements that are non-adjacent.The gap is halved at each pass.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: In a queue:<br>A)Data is added to the
Q10: The selection exchange sort:<br>A)Finds the smallest value
Q11: Sorting Data means to separate data into
Q12: The bubble sort bubbles the largest number
Q13: The bubble sort:<br>A)Finds the smallest value and
Q14: When processing a stack:<br>A)Additions are at one
Q15: Data structures are the various ways to
Q16: The sorting technique that requires the least
Q17: Use the selection exchange method to
Q19: Given a stack,what would the final value