InterviewSolution
Saved Bookmarks
| 1. |
The _________ graph describes deadlocks precisely(a) Wound wait graph(b) Wait die graph(c) Wait for graph(d) None of the mentioned |
|
Answer» The correct option is (c) Wait for graph For explanation I would say: The wait for graph describes deadlocks precisely. Existence of a cycle in this graph implies that a deadlock will occur. |
|