____ ____ refers to an undesirable state when a system attempts to perform two or more operations, which should, otherwise, be done in a proper sequence to be executed correctly.
Answers
Answered by
2
A race condition is an undesirable state
Answered by
0
A race condition refers to an undesirable state when a system attempts to perform two or more operations, which should, otherwise, be done in a proper sequence to be executed correctly.
A light switch can be an example of the race condition.
Multiple switches can be used for a single light.
Race condition is commonly seen in Computer Science when large data are received at a same instant.
Similar questions