InterviewSolution
Saved Bookmarks
| 1. |
When the process issues an I/O request __________(a) It is placed in an I/O queue(b) It is placed in a waiting queue(c) It is placed in the ready queue(d) It is placed in the Job queueThe question was posed to me in unit test.My doubt stems from Process Scheduling Queues in chapter Processes of Operating System |
|
Answer» The correct choice is (a) It is placed in an I/O QUEUE |
|