COMPUTER SCIENCE AND ENGINEERING
COMPUTER ARCHITECTURE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Register + branch address gives you the
|
Stack address
|
|
Queue address
|
|
Program counter
|
|
Whole memory
|
Explanation:
Detailed explanation-1: -The program counter (PC) is a register that manages the memory address of the instruction to be executed next. The address specified by the PC will be + n (+1 for a 1-word instruction and +2 for a 2-word instruction) each time one instruction is executed.
Detailed explanation-2: -In ARM processors, the Program Counter is a 32-bit register which is also known as R15.
Detailed explanation-3: -program counter-holds the memory address of the next instruction to be fetched from main memory. memory address register (MAR)-holds the address of the current instruction that is to be fetched from memory, or the address in memory to which data is to be transferred.
There is 1 question to complete.