Semaphore is used for solving _______.
2017
Semaphore is used for solving _______.
Answer: C. synchronization — Semaphores are synchronization primitives used to coordinate access among concurrent processes or threads.
- A.
wait & signal
- B.
deadlock
- C.
synchronization
- D.
priority
Attempted by 404 students.
Show answer & explanation
Correct answer: C
Semaphores are synchronization primitives used to coordinate access among concurrent processes or threads.
Loading lesson…