A. Single
B. Atomic
C. Static
D. None of the mentioned
A. After a particular process
B. Periodically
C. Atomically
D. None of the mentioned
A. Hardware for a system
B. Special program for a system
C. Integer variable
D. None of the mentioned
A. Wait and signal
B. Stop and wait
C. Hold and signal
D. None of the mentioned
A. Cpu cycles wasting locks over critical sections of programs
B. Locks that avoid time wastage in context switches
C. Locks that work better on multiprocessor systems
D. All of the mentioned
A. They are not sufficient for many process
B. They require busy waiting
C. They are unreliable sometimes
D. They are too complex for programmers
A. Stop()
B. Block()
C. Hold()
D. Wait()
A. Continue()
B. Wakeup()
C. Getup()
D. Start()
A. Its magnitude is the number of processes waiting on that semaphore
B. It is invalid
C. No operation can be further performed on it until the signal operation is performed on it
D. None of the mentioned
A. Remainder section code
B. Non ? critical section code
C. Critical section code
D. None of the mentioned