MCQOPTIONS
Saved Bookmarks
| 1. |
Load 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 memory |
| C. | if the process can be moved during its execution from one memory segment to another, then binding must be delayed until run time |
| D. | all of the above |
| Answer» C. if the process can be moved during its execution from one memory segment to another, then binding must be delayed until run time | |