System Administrator 2026
Which process can be affected by other processes executing in the system?
  • A. Cooperating process
  • B. Child process
  • C. Parent process
  • D. Init process
Which one of the following is a synchronization tool?
  • A. Thread
  • B. Pipe
  • C. Semaphore
  • D. Socket
A semaphore is a shared integer variable __________
  • A. That can not drop below zero
  • B. That can not be more than zero
  • C. That can not drop below one
  • D. That can not be more than one
Mutual exclusion can be provided by the __________
  • A. Mutex locks
  • B. Binary semaphores
  • C. Both mutex locks and binary semaphores
  • D. None of the mentioned
Process synchronization can be done on __________
  • A. Hardware level
  • B. Software level
  • C. Both hardware and software level
  • D. None of the mentioned