Multiple Choice
In a queue:
A) Data is added to the top and deleted from the bottom.
B) Data is added to the bottom and deleted from the top.
C) The data in the queue is moved to the top when data is deleted.
D) The data in the queue is moved down when data is deleted.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The shell sort is a modification of
Q5: Stacks use the first in,first out procedure.
Q6: Use the bubble sort method to
Q7: Queues use the first in,first out procedure.
Q8: When a stack is pushed:<br>A)The number is
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