A queue follows which of the following principles?
2025
A queue follows which of the following principles?
- A.
FILO (First In Last Out)
- B.
FIFO (First In First Out)
- C.
LILO (Last In Last Out)
- D.
LIFO (Last In First Out)
Attempted by 777 students.
Show answer & explanation
Correct answer: B
A queue follows the FIFO (First In First Out) principle. The item that goes in first is the first one to come out.