When several processes access the same data concurrently and the outcome of…

2024

When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place is called ________

  1. A.

    dynamic condition

  2. B.

    race condition

  3. C.

    essential condition

  4. D.

    critical condition

Attempted by 150 students.

Show answer & explanation

Correct answer: B

Answer: b

Explanation: When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called race condition.

Explore the full course: Computer Science