edited by
12,511 views

6 Answers

0 votes
0 votes

To write Position – independent code, Base register AM is most suitable one. But both Base register addressing mode and PC relative addressing mode can be used to write position-independent codes.

So, answer is B

–2 votes
–2 votes
http://eli.thegreenplace.net/2011/11/03/position-independent-code-pic-in-shared-libraries/

Although i don't think am able to understand it properly but it answer this problem in a more clear way.
Answer:

Related questions

55 votes
55 votes
8 answers
1
Kathleen asked Oct 9, 2014
31,334 views
The average number of key comparisons required for a successful search for sequential search on $n$ items is$\frac{n}{2}$$\frac{n-1}{2}$$\frac{n+1}{2}$None of the above
37 votes
37 votes
2 answers
2
gatecse asked Aug 5, 2014
15,582 views
Register renaming is done in pipelined processors:as an alternative to register allocation at compile timefor efficient access to function parameters and local variablest...
33 votes
33 votes
4 answers
3
Kathleen asked Sep 11, 2014
13,855 views
A clustering index is defined on the fields which are of typenon-key and orderingnon-key and non-orderingkey and orderingkey and non-ordering
23 votes
23 votes
1 answer
4
Kathleen asked Oct 9, 2014
5,623 views
A critical section is a program segmentwhich should run in a certain amount of timewhich avoids deadlockswhere shared resources are accessedwhich must be enclosed by a pa...