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

  1. A.

    Semaphore

  2. B.

    Mutual exclusion

  3. C.

    Multiprogramming

  4. 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.

Explore the full course: Mppsc Assistant Professor