Q426
What is the initial value of the semaphore to allow only one of the many processes to enter their critical section?
A.
8
B.
1
AnswerC.
16
D.
0
E.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
The initial value of the semaphore that allows only one of the many processes to enter their critical section is 1.