Multiple choice

Which of the following is a way of making sure that if one process is using a shared modifiable data, the other processes will be excluded from doing the same thing?

  1. Mutual exclusion

  2. Livelock

  3. Critical section

  4. Pipe

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

Mutual exclusion is a way of making sure that if one process is using a shared modifiable data, the other processes will be excluded from doing the same thing.