UGC NET 2018 :
(a) Execution Queue
(b) Job Queue
(c) Wait Queue
(d) Ready Queue
Solution :
The processes that are residing in main memory and are ready and waiting to execute are kept on a list called the ready queue.
State |
Present in Memory |
New state |
Secondary Memory |
Ready state |
Main Memory |
Run state |
Main Memory |
Wait state |
Main Memory |
Suspend wait state |
Secondary Memory |
Suspend ready state |
Secondary Memory |