InterviewSolution
Saved Bookmarks
| 1. |
The monitor construct ensures that ____________(a) only one process can be active at a time within the monitor(b) n number of processes can be active at a time within the monitor (n being greater than 1)(c) the queue has only one process in it at a time(d) all of the mentionedThe question was posed to me in a job interview.This interesting question is from Monitors in section Process Synchronization of Operating System |
|
Answer» The CORRECT CHOICE is (a) only one process can be active at a time WITHIN the monitor |
|