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 ________
- A.
dynamic condition
- B.
race condition
- C.
essential condition
- 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.