Multiple Choice
When the state for a dispatcher object moves to signaled, the Windows kernel
A) moves all threads waiting on that object to ready state if the dispatcher object is a mutex object.
B) moves a fixed number of threads (possibly greater than one) waiting on that object to ready state if the dispatcher object is a mutex object.
C) moves all threads waiting on that object to ready state if the dispatcher object is an event object.
D) moves a fixed number of threads (possibly greater than one) waiting on that object to ready state if the dispatcher object is an event object.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following statements is not
Q5: A solution to the readers-writers problem that
Q6: A notify( ) operation in Java monitors<br>A)
Q7: Describe the mechanisms used for synchronization in
Q8: In JAVA monitors, when a thread is
Q10: In an asymmetric solution for the dining
Q11: Which of the following is true about
Q12: Does nested critical sections in OpenMP provide
Q13: In functional programming languages,<br>A) race conditions cannot
Q14: Allowing at most four philosophers to sit