Operating System » Memory Management Swapping 1
Which of the following is true?

A. Overlays are used to increase the size of physical memory
B. Overlays are used to increase the logical address space
C. When overlays are used, the size of a process is not limited to the size of the physical memory
D. Overlays are used whenever the physical address space is smaller than the logical address space

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

If the process can be moved during its execution from one memory segment to another, then binding must be ____________

A. Delayed until run time
B. Preponed to compile time
C. Preponed to load time
D. None of the mentioned

What is Dynamic loading?

A. Loading multiple routines dynamically
B. Loading a routine only when it is called
C. Loading multiple routines randomly
D. None of the mentioned

What is the advantage of dynamic loading?

A. A used routine is used multiple times
B. An unused routine is never loaded
C. Cpu utilization increases
D. All of the mentioned

The idea of overlays is to ____________

A. Data that are needed at any given time
B. Enable a process to be larger than the amount of memory allocated to it
C. Keep in memory only those instructions
D. All of the mentioned

The ___________ must design and program the overlay structure.

A. Programmer
B. System architect
C. System designer
D. None of the mentioned

The ___________ swaps processes in and out of the memory.

A. Memory manager
B. Cpu
C. Cpu manager
D. User