adplus-dvertising
frame-decoration

Question

When generating physical addresses from logical address the offset is stored in _____ .

a.

Translation look-aside buffer

b.

Relocation register

c.

Page table

d.

Shift register

Answer: (b).Relocation register

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. When generating physical addresses from logical address the offset is stored in _____ .

Similar Questions

Discover Related MCQs

Q. The technique used to store programs larger than the memory is ______ .

Q. The unit which acts as an intermediate agent between memory and backing store to reduce process time is _____ .

Q. The Load instruction does the following operation/s,

Q. RTN stands for

Q. In a system, which has 32 registers the register id is ____ long .

Q. The two phases of executing an instruction are

Q. The Instruction fetch phase ends with

Q. While using the iterative construct (Branching) in execution, ____ instruction is used to check the condition.

Q. When using Branching, the usual sequencing of the PC is altered. A new instruction is loaded which is called as ______ .

Q. The condition flag Z is set to 1 to indicate

Q. The return address of the Sub-routine is pointed to by _______ .

Q. The location to return to, from the subroutine is stored in _______ .

Q. Subroutine nesting means,

Q. The order in which the return addresses are generated and used is ____ .

Q. In case of nested subroutines the return addresses are stored in __________ .

Q. The appropriate return addresses is obtained by the help of ____ in case of nested routines .

Q. When, parameters are being passed on to the subroutines they are stored in ________ .

Q. The most efficient way of handling parameter passing is by using ______ .

Q. The most Flexible way of logging the return addresses of the sub routines is by using _______ .

Q. The wrong statement/s regarding interrupts and subroutines among the following is/are ______ .
i) The sub-routine and interrupts have a return statement
ii) Both of them alter the content of the PC
iii) Both are software oriented
iv) Both can be initiated by the user