Multiple choice

____________is a situation in which two computer programs sharing the same resource are effectively preventing each other from accessing the resource resulting in both programs ceasing to function.

  1. Critical section

  2. Semaphore

  3. Deadlock

  4. None of these

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

A deadlock is a situation in which two computer programs sharing the same resource are effectively preventing each other from accessing the resource resulting in both programs ceasing to function.