Multiple Choice
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 mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Q15: A situation where several processes access and
Q16: In indirect communication between<br>A)there is another process
Q17: Cascading termination refers to termination of all
Q18: Concurrent access to shared data may result
Q19: The link between two processes P and
Q20: In the non blocking send_ <br>A)the sending process
Q21: An un-interruptible unit is known as<br>A)single<br>B)atomic<br>C)static<br>D)none of
Q22: Message passing system allows processes to_ <br>A)communicate with
Q24: In the Zero capacity queue_ <br>A)the queue can
Q25: The child process can_ <br>A)be a duplicate of