Operating Systems Concepts - Engineering

Q1:

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

C 16

D 0

E None of the above

ANS:B - 1

Semaphore value should be 1 if a process has to enter in cs.