Question

Which of the following is a necessary condition for Mutual Exclusion in a critical section?

A Multiple processes can enter the critical section simultaneously
B A process inside the critical section cannot prevent others from using the CPU
C At most one process can execute in the critical section at any given time
D Any process can forcibly remove another from the critical section
E Mutual exclusion applies only to I/O operations, not CPU instructions
Practice Next

Hey! Ask a query