Question: Which of the following statements stands TRUE for Static Relocation of programs?
<ol>
<li>static relocation is performed before execution of the programs begins.</li>
<li>static relocation is performed during execution of the programs .</li>
<li>static relocation can be performed by suspending a program's execution,carrying out the relocation procedures and then resuming its execution.</li>
<li>it would require information concerning the translated origin and address sensitive instructions to be available during the program execution.</li>
</ol>
Answer:
static relocation is performed before execution of the programs begins.
MCQ: Which of the following statements stands TRUE for Static Relocation of programs?
<ol>
<li>static relocation is performed before execution of the programs begins.</li>
<li>static relocation is performed during execution of the programs .</li>
<li>static relocation can be performed by suspending a program's execution,carrying out the relocation procedures and then resuming its execution.</li>
<li>it would require information concerning the translated origin and address sensitive instructions to be available during the program execution.</li>
</ol>
Correct Answer:A. 1
Explanation:
static relocation is performed before execution of the programs begins.