Multiple Choice
Which of the following mutual exclusion algorithms require instructions to be executed atomically?
A) Dekker's algorithm
B) Peterson's algorithm
C) Lamport's algorithm
D) both a and b
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Threads that operate independently of one another
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)
Q17: Semaphore operations can be implemented in the
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