Multiple choice

In what way are the items stored in a queue?

  1. LIFO

  2. FIFO

  3. GIGO

  4. PIPO

  5. WYSIWYG

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

FIFO stands for First In First Out. A queue is a FIFO data structure.