Multiple choice

_______________occurs when multiple processes or threads read and write data items so that the final result depends on the order of execution of instruction in the multiple processes.

  1. Semaphores

  2. Mutual exclusion

  3. Race condition

  4. None of these

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

A race condition occurs when multiple processes or threads read and write data items so that the final result depends on the order of execution of instruction in the multiple processes.