Question
Why does an operating system maintain separate ready and device-wait queues?
Select an option. Your answer will be checked instantly.
Correct Answer: C. To organize processes according to whether they await CPU time or a specific event
Explanation:
A ready queue contains processes eligible for CPU service, while wait queues group processes blocked for events.
This organization supports efficient scheduling and event handling.
Leave a Reply