A relationship between processes such that each has some part (critical…
2011
A relationship between processes such that each has some part (critical section) which must not be executed while the critical section of another is being executed, is known as
- A.
Semaphore
- B.
Mutual exclusion
- C.
Multiprogramming
- D.
Message passing
Attempted by 181 students.
Show answer & explanation
Correct answer: B
This question describes Mutual Exclusion, a fundamental concept in process synchronization. It ensures that only one process can access its critical section at any given time, preventing race conditions and data inconsistency.
A video solution is available for this question — log in and enroll to watch it.