InterviewSolution
Saved Bookmarks
| 1. |
The segment of code in which the process may change common variables, update tables, write into files is known as ____________(a) program(b) critical section(c) non – critical section(d) synchronizingThis question was addressed to me in an interview for job.Question is from The Critical Section (CS) Problem and Solutions topic in section Process Synchronization of Operating System |
|
Answer» Correct OPTION is (B) critical section |
|