Question
Which semaphore is restricted to values that represent locked and unlocked states?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Binary semaphore
Explanation:
A binary semaphore uses two logical states and can provide mutual exclusion or event signaling.
A counting semaphore represents multiple available units of a resource.
Leave a Reply