System Administrator 2026
In contiguous memory allocation ____________
  • A. Each process is contained in a single contiguous section of memory
  • B. All processes are contained in a single contiguous section of memory
  • C. The memory space is contiguous
  • D. None of the mentioned
The relocation register helps in ____________
  • A. Providing more address space to processes
  • B. A different address space to processes
  • C. To protect the address spaces of processes
  • D. None of the mentioned
With relocation and limit registers, each logical address must be _______ the limit register.
  • A. Less than
  • B. Equal to
  • C. Greater than
  • D. None of the mentioned
Transient operating system code is code that ____________
  • A. Is not easily accessible
  • B. Comes and goes as needed
  • C. Stays in the memory always
  • D. Never enters the memory space
When memory is divided into several fixed sized partitions, each partition may contain ________
  • A. Exactly one process
  • B. At least one process
  • C. Multiple processes at once
  • D. None of the mentioned
In fixed size partition, the degree of multiprogramming is bounded by ___________
  • A. The number of partitions
  • B. The cpu utilization
  • C. The memory size
  • D. All of the mentioned
The first fit, best fit and worst fit are strategies to select a ______
  • A. Process from a queue to put in memory
  • B. Processor to run the next process
  • C. Free hole from a set of available holes
  • D. All of the mentioned
Physical memory is broken into fixed-sized blocks called ________
  • A. Frames
  • B. Pages
  • C. Backing store
  • D. None of the mentioned
Logical memory is broken into blocks of the same size called _________
  • A. Frames
  • B. Pages
  • C. Backing store
  • D. None of the mentioned
Every address generated by the CPU is divided into two parts. They are ____________
  • A. Frame bit & page number
  • B. Page number & page offset
  • C. Page offset & frame bit
  • D. Frame offset & page offset