

MCQOPTIONS
Saved Bookmarks
1. |
Choose two statements in context of monitor based synchronization scheme that use condition type variable x:I: Only wait () and signal () operations can be involved on X.II: If process p invokes X, wait() operation; then P is suspended until another process invokes X, signal().III: The X, signal() operation resumes exactly one suspended process and if no process is suspended, the it has no effect. |
A. | I and II |
B. | II and III |
C. | I and III |
D. | I, II and III |
Answer» B. II and III | |