Home MCQs CSS Computer Science Question #1141
Back to Questions
CSS Computer Science QUESTION #1141
Question 1
What is a 'Race Condition' in operating systems?
  • A fast execution mode
  • Multiple processes accessing and manipulating shared data concurrently✔️
  • A network speed test
  • A priority-based task
Correct Answer Explanation
A race condition occurs when the outcome of execution depends on the specific order or timing of access to shared resources by multiple processes.