Monitors are primarily used for achieving:
2025
Monitors are primarily used for achieving:
Answer: C. Mutual exclusion and synchronization — Monitors are synchronization primitives in operating systems designed to manage access to shared resources safely among concurrent processes. Their primary…
- A.
Deadlocks
- B.
Starvation
- C.
Mutual exclusion and synchronization
- 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…