InterviewSolution
Saved Bookmarks
| 1. |
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________(a) data consistency(b) race condition(c) aging(d) starvationI have been asked this question during an online exam.Query is from The Critical Section (CS) Problem and Solutions in chapter Process Synchronization of Operating System |
|
Answer» RIGHT CHOICE is (B) RACE condition Explanation: NONE. |
|