Multiple choice

Which of the following synchronisation tools used in an operating system is a classic method for restricting access to shared resources in a multiprocessing environment?

  1. Monitors

  2. Semaphores

  3. Mutual exclusion

  4. Critical section

  5. Bounded waiting

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

This is a synchronisation tool used in an operating system. It is a classic method for restricting access to shared resources in a multiprocessing environment.