A situation in which multiple threads or processes read andwrite a shared data item and the final result depends on therelative timing of their execution is a __________.
Answer
A situation in which multiple threads or processes read and write ashared data item and the final result depends on the relativetiming of their execution is a Race Condition
Answer: Race Condition