Multiple Choice
Which of the following statements about Lamport's Bakery Algorithm is false?
A) Lamport's algorithm allows multiple threads to obtain the same ticket number.
B) The thread possessing the ticket with the highest numerical value can enter its critical section.
C) Lamport's algorithm enforces mutual exclusion.
D) A thread's ticket number is reset when the thread exits its critical section.
Correct Answer:

Verified
Correct Answer:
Verified
Q16: Which of the following mutual exclusion algorithms
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
Q22: Preventing more than one thread from accessing
Q23: Many system architectures support a(n) _ instruction
Q25: Which of the following statements about semaphores
Q26: The constructs that encapsulate a thread's critical