……..variable allow a process executing within the monitor to be put to sleep to wait for some condition to be set (signaled).
a) Integer variable
b) condition variable
c) local variable
d) global variable
The operations that can be invoked on a condition variable are…..
a) wait & signal
b) hold & wait
c) signal & hold
d) continue & signal
The process currently active in the monitor suspends execution and gives up mutual exclusion is called………..
a) wait
b) signal
c) both a & b
d) none of these
The process at front of queue is awakened and resumes execution within the monitor is called
a) wait
b) signal
c) both a & b
d) none of these