System Administrator 2026
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
If the semaphore value is negative ____________
- A. Its magnitude is the number of processes waiting on that semaphore
- B. It is invalid
- C. No operation can be further performed on it until the signal operation is performed on it
- D. None of the mentioned