Multiple choice Which of the following is a deadlock prevention technique? Mutual exclusion Context switching Fragmentation Throughput Starvation Reveal answer Fill a bubble to check yourself A Correct answer Explanation This option is correct as mutual exclusion allows only one process at a time to use a resource.If another process requests that resource, the requesting process must be delayed until the resource has been released.