System Administrator 2026
A monitor is a module that encapsulates __________
  • A. Shared data structures
  • B. Procedures that operate on shared data structure
  • C. Synchronization between concurrent procedure invocation
  • D. All of the mentioned
To enable a process to wait within the monitor __________
  • A. A condition variable must be declared as condition
  • B. Condition variables must be used as boolean objects
  • C. Semaphore must be used
  • D. All of the mentioned
In priority scheduling algorithm ____________
  • A. Cpu is allocated to the process with highest priority
  • B. Cpu is allocated to the process with lowest priority
  • C. Equal priority processes can not be scheduled
  • D. None of the mentioned
Process are classified into different groups in ____________
  • A. Shortest job scheduling algorithm
  • B. Round robin scheduling algorithm
  • C. Priority scheduling algorithm
  • D. Multilevel queue scheduling algorithm
In multilevel feedback scheduling algorithm ____________
  • A. A process can move to a different classified ready queue
  • B. Classification of ready queue is permanent
  • C. Processes are not classified into groups
  • D. None of the mentioned
What is Address Binding?
  • A. Going to an address in memory
  • B. Locating an address with the help of another address
  • C. Binding two addresses together to form a new address in a different memory space
  • D. A mapping from one address space to another
Binding of instructions and data to memory addresses can be done at ____________
  • A. Compile time
  • B. Load time
  • C. Execution time
  • D. All of the mentioned