Which of the following conditions can lead to a deadlock?
1. Mutual exclusion
2. Preemption
3. Circular wait
Answers
Answered by
1
Answer: 3. Circular wait
Explanation:
Answered by
3
Answer:
option 1 and 3 both are correct
Explanation:
mutual exclusion and circular wait can lead to a deadlock.
a deadlock situation on a resource can arise if any only if all of the following conditions occur simultaneously in a system. mutual exclusion
atleast one resource must be held in a non- sharable mode. that is only one process at a time can use the resource.
FINAL ANSWER- option 1 and 2 both are correct
#SPJ3
Similar questions