Multiple Choice
What are Spinlocks?
A) cpu cycles wasting locks over critical sections of programs
B) locks that avoid time wastage in context switches
C) locks that work better on multiprocessor systems
D) all of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The signal operation of the semaphore basically
Q14: The code that changes the value of
Q15: A deadlock free solution to the dining
Q16: What is a semaphore?<br>A)is a binary mutex<br>B)must
Q17: What is the main disadvantage of spinlocks?<br>A)they
Q19: A monitor is characterized by<br>A)a set of
Q20: The bounded buffer problem is also known
Q21: A collection of instructions that performs a
Q22: In the bounded buffer problem, there are
Q23: Semaphore is a/an_to solve the critical section