Question: In which scenario would a queue be the most appropriate data structure to use?
Options:
Correct Answer: Processing tasks in a printer
Solution:
Queues are ideal for processing tasks in a printer, as they follow the First-In-First-Out (FIFO) principle.