Multiple choice

Which of the following is a part of program that accesses a shared resource that must not be concurrently accessed by more than one process of execution?

  1. Race condition

  2. Critical section

  3. Mutual exclusion

  4. Semaphores

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

A critical section is a part of program that accesses a shared resource that must not be concurrently accessed by more than one process of execution.