Multiple choice

Which of the following does not relate to stacks?

  1. Piles

  2. FIFO lists

  3. LIFO lists

  4. Push

  5. _

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The queue is an abstract data type that obeys a first In first out rule. It is used where elements are processed in the order in which they arrive.