1.

When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place is called ________(a) dynamic condition(b) race condition(c) essential condition(d) critical conditionThe question was asked in final exam.The query is from Process Synchronization in section Processes of Operating System

Answer»

Right option is (b) race CONDITION

The explanation: When several processes access the same data concurrently and the OUTCOME of the EXECUTION depends on the PARTICULAR order in which access TAKES place is called race condition.



Discussion

No Comment Found

Related InterviewSolutions