Question
Which deadlock condition requires a cycle in which each process waits for a resource held by the next process?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Circular wait
Explanation:
Circular wait forms a closed chain of resource dependencies among processes.
Breaking the possibility of such a cycle prevents deadlock.
Leave a Reply