Multiple choice

Mutual exclusion is a problem that occurs between the _______ .

  1. processes that are disjoint

  2. processes that share resources

  3. processes that do not share resources

  4. processes that require same turnaround time

  5. processes that have same burst time

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

Mutual exclusion is used to keep only one process in critical region at a time.