Which data structure is used to manage the 'ready queue'?
Question 1
Q1. Which data structure is used to manage the 'ready queue'?
Answer: Queue
Explanation: A queue is used to manage the 'ready queue', where processes wait for CPU allocation.