Operating System Critical Section Problem
Q Mutual exclusion implies that ____________
  • A A. If a process is executing in its critical section, then no other process must be executing in their critical sections
  • B B. If a process is executing in its critical section, then other processes must be executing in their critical sections
  • C 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 D. None of the mentioned
Leave a Comment