………………… synchronize critical resources to prevent deadlock
2006
………………… synchronize critical resources to prevent deadlock
- A.
P-operator
- B.
V-operator
- C.
Semaphores
- D.
Hard disk
Attempted by 284 students.
Show answer & explanation
Correct answer: C
Semaphores are synchronization primitives used to manage access to shared resources among concurrent processes. They prevent deadlock by controlling resource availability through atomic operations like P and V.
A video solution is available for this question — log in and enroll to watch it.