1.

Which of the following is replaced with the absolute addressing mode?(a) relative addressing mode(b) protective addressing mode(c) virtual addressing mode(d) temporary addressing modeThis question was posed to me during a job interview.Asked question is from Memory Management in section Memory Systems of Embedded Systems

Answer»

Correct ANSWER is (a) relative addressing mode

Easiest explanation: The memory allocation of the modular blocks can be done by the writing the software PROGRAM in relocatable or POSITION independent manner which can execute ANYWHERE in the memory map, but relocatable code must have the same ADDRESS between its data and code segments. This is used to avoid the use of absolute addressing modes which is replaced by the relative addressing modes.



Discussion

No Comment Found

Related InterviewSolutions