Multiple choice technology operating systems

technique to handle deadlock

  1. deadlock prevention

  2. deadlock detection

  3. deadlock avoidance

  4. all of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Deadlock handling techniques include prevention (structuring resource allocation to prevent deadlocks), detection (identifying deadlocks when they occur), and avoidance (making dynamic decisions to avoid entering unsafe states). All three are valid approaches.