The ______ contains PCBs of all ready processes.
-
suspended list
-
ready list
-
running list
-
none of these
B
Correct answer
Explanation
The ready list (also called the ready queue) is the operating system data structure that holds the Process Control Blocks (PCBs) of all processes that are ready to execute. These processes have all required resources except the CPU and are waiting for processor time.