Multiple Choice
Semaphore operations can be implemented in the kernel of a multiprocessor system by:
A) giving one processor the job of controlling the ready list.
B) controlling access (via busy waiting) to a shared ready list.
C) both a and b
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q12: An example of a producer/consumer relationship is
Q13: Which of the following statements about semaphores
Q14: What happens when a thread calls P(
Q15: Lamport's Bakery Algorithm does not require _.<br>A)
Q16: Which of the following mutual exclusion algorithms
Q18: In Java, the sleep method call must
Q19: In Java, Object method notify transitions a
Q20: Code inside a critical section should _.<br>A)
Q21: Lockstep synchronization does not _.<br>A) occur when
Q22: Preventing more than one thread from accessing