InterviewSolution
Saved Bookmarks
| 1. |
A set of processes is deadlock if __________(a) each process is blocked and will remain so forever(b) each process is terminated(c) all processes are trying to kill each other(d) none of the mentionedThis question was posed to me in unit test.Question is taken from Processes in portion Processes of Operating System |
|
Answer» Correct answer is (a) each process is blocked and will remain so forever |
|