Question
What is the essential effect of the semaphore signal operation?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It increments the semaphore and may wake a waiting process
Explanation:
The signal operation returns a resource unit or announces that an event has occurred.
A blocked waiter may become eligible to run after the count is increased.
Leave a Reply