Question: What is the primary advantage of using a queue?
Options:
Correct Answer: FIFO order
Solution:
A queue operates on the First In First Out principle, which is useful for scheduling and managing tasks.