engineering recuitment GATE CSE 2023-24 Test Series Operating Systems Concurrency and Synchronization
Choose 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.
1
I and II
2
II and III
3
I and III
4
I, II and III