An aid to determine the deadlock occurrence is
2020
An aid to determine the deadlock occurrence is
- A.
resource allocation graph
- B.
starvation graph
- C.
inversion graph
- D.
none of the above
Attempted by 307 students.
Show answer & explanation
Correct answer: A
A Resource Allocation Graph is a standard aid used to determine deadlock occurrence in operating systems. It represents processes and resources as nodes, with edges indicating allocation or request relationships. Deadlocks can be detected by identifying cycles within this graph.
A video solution is available for this question — log in and enroll to watch it.