Contents

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

b

…… joins several objects module into single load module.
a) Loader                             
b) Linker             
c) Linkage editor 
d) none of these


b

In memory management a single module is translated with ……. while linking.
a) Relative addresses
b) 
logical addresses
c) symbolic addresses
d) physical addresses


a

Which of the following is a technique that is used to execute a process even if the memory is not enough?
a) Overlaying     
b) linking
c) swapping                          
d) none of these


a

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 these


d

The..............must design and program the overlay structure.
a) Programmer 
b) system architect
c) system designer              
d) none of the these


a