Home »
MCQs »
Operating System MCQs
Among counting semaphores and binary semaphores which semaphore is easy to implement?
79. Among counting semaphores and binary semaphores which semaphore is easy to implement?
- Counting semaphores
- Binary semaphores
- Both A and B
- None of the above
Answer: B) Binary semaphores
Explanation:
Binary semaphore is easy to implement, as their value is restricted to 0 and 1.