10,396 views

1 Answer

4 votes
4 votes

ANS : PCB queue.

a) As processes enter the system, they are put into a job queue, which consists
    of all processes in the system.

 c) The list of processes waiting for a particular I/O device is called a
     device queue.

 d) The processes that are residing in main memory
      and are ready and waiting to execute are kept on a list called the ready queue.

Related questions

0 votes
0 votes
1 answer
1
Sandy Sharma asked Jun 2, 2018
5,251 views
When the process issues an I/O request :a) It is placed in an I/O queueb) It is placed in a waiting queuec) It is placed in the ready queued) It is placed in the Job queu...
0 votes
0 votes
1 answer
4
Nam14 asked Apr 5, 2023
534 views
Please read below passage from 10th edition Operating System Concepts, pg. 202:5.1.3 Preemptive and Nonpreemptive SchedulingCPU-scheduling decisions may take place under ...