A set of processes is deadlock if __________
2023
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 mentioned
Attempted by 155 students.
Show answer & explanation
Correct answer: A
Answer: a
Explanation: Deadlock is a situation which occurs because process A is waiting for one resource and holds another resource (blocking resource). At the same time another process B demands blocking a resource as it is already held by a process A, process B is waiting state unless and until process A releases occupied resource.