Question: What is the main advantage of using a queue in numerical applications?
Options:
Correct Answer: It processes elements in a specific order
Solution:
Queues process elements in the order they were added, which is essential for many applications like scheduling.