Answer :
The correct order of operations for protecting a critical section using a binary semaphore is : wait() followed by signal(). It is limited to the values 0 and 1 (or locked/unlocked, unavailable/available) and it is used to implement locks.