in Operating System recategorized by
2,341 views
0 votes
0 votes

​​​​​​​Suppose $P, Q$ and $R$ are co-operating processes satisfying Mutual Exclusion condition. Then, if the process $Q$ is executing in its critical section then

  1. Both $‘P’$ and $‘R’$ execute in critical section
  2. Neither $‘P’$ nor $‘R’$ executes in their critical section
  3. $‘P’$ executes in critical section
  4. $‘R’$ executes in critical section
in Operating System recategorized by
by
2.3k views

1 Answer

1 vote
1 vote
Best answer
Mutual execution means only one process can enter the critical section at a time so when Q is in the critical section no other process can be in critical section.

Option (b)
selected by
Answer:

Related questions