System Administrator 2026
Swap space is allocated ____________
  • A. As a chunk of disk
  • B. Separate from a file system
  • C. Into a file system
  • D. All of the mentioned
What will happen if a non-recursive mutex is locked more than once?
  • A. Starvation
  • B. Deadlock
  • C. Aging
  • D. Signaling
What is a semaphore?
  • A. Is a binary mutex
  • B. Must be accessed from only one process
  • C. Can be accessed from multiple processes
  • D. None of the mentioned
What are the two kinds of semaphores?
  • A. Mutex & counting
  • B. Binary & counting
  • C. Counting & decimal
  • D. Decimal & binary
What is a mutex?
  • A. Is a binary mutex
  • B. Must be accessed from only one process
  • C. Can be accessed from multiple processes
  • D. None of the mentioned
Semaphores are mostly used to implement ____________
  • A. System calls
  • B. Ipc mechanisms
  • C. System protection
  • D. None of the mentioned