1. | The linker ? |
Answer: (b).is required to create a load module
|
2. | A system program that combines the separately compiled modules of a program into a form suitable for execution ? |
Answer: (b).Linking loader
|
3. | Loading process can be divided into two separate programs, to solve some problems. The first is binder the other is ? |
Answer: (b).Module Loader
|
4. | Load address for the first word of the program is called |
Answer: (b).Load address origin
|
5. | A linker program |
Answer: (c).links the program with other programs needed for its execution.
|
6. | Consider a program with a linked origin of 5000. Let the memory area allocated to it have the start address of 70000. Which among the following will be the value to be loaded in relocation register? |
Answer: (d).None of the above
|
7. | Resolution of externally defined symbols is performed by |
Answer: (a).Linker
|
8. | Relocatable programs |
Answer: (b).can be loaded almost anywhere in memory
|
9. | Memory allocation involves which of the following task(s) |
Answer: (d).All of the above
|
10. | Static memory allocation is typically performed during _____________. |
Answer: (a).compilation
|