Beginner
Operating Systems
Q31 / 100
What is a race condition?
Correct! Well done.
Incorrect.
The correct answer is B) When multiple processes access shared data concurrently and the outcome depends on execution order
B
Correct Answer
When multiple processes access shared data concurrently and the outcome depends on execution order
Explanation
Race conditions produce unpredictable results when concurrent processes share data without proper synchronization. Prevented by critical sections, mutexes, and semaphores.
Progress
31/100