Home » Programming & Data Structure » Programming and data structure miscellaneous » Question

Programming and data structure miscellaneous

Programming & Data Structure

  1. The process of assigning load addresses to the various parts of the program and adjusting the code and date in the program to reflect the assigned addresses is called
    1. assembly
    2. parsing
    3. relocation
    4. symbol resolution
Correct Option: C

The process of assigning load addresses to the various parts of the program and adjusting the code and date in the program to reflect the assigned addresses is called relocation. Suppose any default location say x is added to all the addresses in the code leading to correct references. So, it is assembler whose output must distinguish those portions of the instructions and addresses that are relocatable.



Your comments will be displayed only after manual approval.