InterviewSolution
Saved Bookmarks
| 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 |
|