Multiple choice technology platforms and products

Which of these are synchronization techniques?

  1. Mutex

  2. Semaphores

  3. Signals

  4. None of the above

  5. a,b, and c

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

Mutex (mutual exclusion), Semaphores, and Signals are all synchronization mechanisms used to coordinate access to shared resources and manage concurrent execution. Mutexes protect critical sections, semaphores control access to limited resources, and signals notify processes of events. All three are valid synchronization techniques.