When the result of a computation depends on the speed of the processes…
1998
When the result of a computation depends on the speed of the processes involved, there is said to be
Answer: B. race condition — A race condition occurs when the outcome of a computation depends on the relative timing or execution speed of multiple processes or threads. If different…
- A.
cycle stealing
- B.
race condition
- C.
a time lock
- D.
a deadlock
Attempted by 22 students.
Show answer & explanation
Correct answer: B
A race condition occurs when the outcome of a computation depends on the relative timing or execution speed of multiple processes or threads. If different execution orders produce different results, the system is said to have a race condition.
In this question, the result depends on the speed of the processes involved, which is precisely the definition of a race condition.
Therefore, the correct answer is: race condition