MCQOPTIONS
Saved Bookmarks
| 1. |
Compile time |
| A. | where the process will reside in memory, then absolute code can be generated |
| B. | where the process will reside in memory, then the compiler must generate relocatable code |
| C. | if the process can be moved during its execution from one memory segment to another,the binding must be delayed until run time |
| D. | all of the above |
| Answer» B. where the process will reside in memory, then the compiler must generate relocatable code | |