Vidyalelo
Computer Fundamentals · Q498

Operating System

Computer Related · Computer Fundamentals · question 498

Q498

A self-relocating program is one which

A.
cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation.
B.
consists of a program and relevant information for its relocation.
C.
can itself performs the relocation of its address-sensitive portions.
Answer
D.
All of the above
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
A self-relocating program is one that relocates its address-sensitive instructions to other parts of the memory. The program performs its own relocation and does not require a linker.