Multiple choice

Which of the following is a condition in concurrency control which occurs when multiple processes or threads read and write data items, so that the final result depends on the order of execution of instructions in the multiple processes?

  1. Critical section

  2. Mutual exclusion

  3. Race conditions

  4. Concurrency

  5. Deadlock

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

This is the condition in concurrency control which occurs when multiple processes or threads read and write data items, so that the final result depends on the order of execution of instructions in the multiple processes.