Podcast
Questions and Answers
What is the purpose of the ready queue in process scheduling?
What is the purpose of the ready queue in process scheduling?
- To store processes waiting for a device to become available
- To contain all the processes in the system
- To keep a set of all processes residing in the main memory, ready and waiting to execute (correct)
- To handle the removal of a running process from the CPU
Which queue contains processes waiting for a device to become available in process scheduling?
Which queue contains processes waiting for a device to become available in process scheduling?
- CPU queue
- Device queue (correct)
- Job queue
- Ready queue
What does process scheduling handle in the operating system?
What does process scheduling handle in the operating system?
- Input/output (I/O) operations
- Removal of processes from the CPU
- Selection of a job or task to be dispatched (correct)
- Maintenance of the job queue
What is the job of the operating system's process manager in process scheduling?
What is the job of the operating system's process manager in process scheduling?
What does the device queue in process scheduling contain?
What does the device queue in process scheduling contain?