Monitors are primarily used for achieving:

2025

Monitors are primarily used for achieving:

Answer: C. Mutual exclusion and synchronizationMonitors are synchronization primitives in operating systems designed to manage access to shared resources safely among concurrent processes. Their primary…

  1. A.

    Deadlocks

  2. B.

    Starvation

  3. C.

    Mutual exclusion and synchronization

  4. D.

    Process termination

Attempted by 388 students.

Show answer & explanation

Correct answer: C

Monitors are synchronization primitives in operating systems designed to manage access to shared resources safely among concurrent processes. Their primary function is to enforce mutual exclusion, ensuring only one process executes within the monitor critical section at any given time.

Explore the full course: Bihar Stet Paper Ii Computer Science

Loading lesson…