InterviewSolution
Saved Bookmarks
| 1. |
Mutual exclusion implies that ____________(a) if a process is executing in its critical section, then no other process must be executing in their critical sections(b) if a process is executing in its critical section, then other processes must be executing in their critical sections(c) if a process is executing in its critical section, then all the resources of the system must be blocked until it finishes execution(d) none of the mentionedThe question was asked in final exam.I'm obligated to ask this question of The Critical Section (CS) Problem and Solutions in section Process Synchronization of Operating System |
|
Answer» Correct ANSWER is (a) if a PROCESS is executing in its critical SECTION, then no other process MUST be executing in their critical sections |
|