2,079 views

1 Answer

4 votes
4 votes

Answer Must be none of these .

In complete process translation origin and linking are always different.

If loading origin and linking origin are different this means relocation must be performed by the loader.

Linker always performs relocation. But some loaders do not do this.

If loaders do not perform relocation this means load origin and link origin are equal, and this loader is called absolute loader.

If loaders perform relocation then loaders are called relocation loaders.

Related questions

1 votes
1 votes
1 answer
1
saumya mishra asked Oct 5, 2018
877 views
Que. What is the component that is responsible for loading the initial value in the program counter for an application program before it starts running?a)linkerb)loaderc)...
1 votes
1 votes
1 answer
2
AartiVG asked Jun 9, 2022
631 views
loader can perform linking .it is true how?and what are combined features that loader can perform ?
0 votes
0 votes
0 answers
3
Ajit J asked Dec 18, 2018
258 views
In this question, who performs the operation required for option c (matches the parameters of subroutine definition with the location of parameters of subroutine call)?