MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Operating System
Process Synchronization
Q
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 ________
AA. Dynamic condition
BB. Race condition
CC. Essential condition
DD. Critical condition
Correct Answer:
B. B. Race condition
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.