Computer Science, asked by rajarshipatra5607, 1 year ago

____ ____ 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 pasaxena18
2

A race condition is an undesirable state


Answered by Sidyandex
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