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
What is the main disadvantage of spinlocks?
  • A. They are not sufficient for many process
  • B. They require busy waiting
  • C. They are unreliable sometimes
  • D. They are too complex for programmers
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
The code that changes the value of the semaphore is ____________
  • A. Remainder section code
  • B. Non €? critical section code
  • C. Critical section code
  • D. None of the mentioned
What is the other name for distance vector routing algorithm?
  • A. Ford and fullman algorithm
  • B. Bellman €? ford algorithm
  • C. Ford and fulkerson algorithm
  • D. Bellman €? fulkerson algorithm