Computer Science, asked by nidhigajjar052002, 6 months ago

1
1. The process of changing
(translating) the address of an
instruction or data item to the
address in main memory at which it is
to be loaded or relocated is________​

Answers

Answered by techquantifier099
0

Answer:

relocation

Explanation:

Relocation is the process of assigning load addresses for position-dependent code and data of a program and adjusting the code and data to reflect the assigned addresses.[1][2] Prior to the advent of multiprocess systems, and still in many embedded systems, the addresses for objects were absolute starting at a known location, often zero. Since multiprocessing systems dynamically link and switch between programs it became necessary to be able to relocate objects using position-independent code. A linker usually performs relocation in conjunction with symbol resolution, the process of searching files and libraries to replace symbolic references or names of libraries with actual usable addresses in memory before running a program.

Similar questions