Multiple choice

Mutual Exclusion can be provided by ______.

  1. locks

  2. semaphores

  3. both (A) and (B)

  4. mutex

  5. none of these

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

Mutual exclusion can be provided by both locks and semaphores.