Multiple Choice
When a stack is pushed:
A) The number is entered into the element number in the stack pointer,the stack pointer is then incremented.
B) The stack pointer is incremented,then the number is entered into to element number in the stack pointer.
C) The number is taken out of the stack at the element number in the stack pointer,the stack pointer is then decremented.
D) The stack pointer is decremented,then the number is taken out of the stack at the element number in the stack pointer.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Sorting is done through multiple comparisons and
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.
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