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 |
Post a Comment
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.