COMPUTER SCIENCE AND ENGINEERING
COMPUTER ARCHITECTURE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Memory Data Register
|
|
Accumulator
|
|
Memory Address Register
|
|
Program Counter
|
Detailed explanation-1: -The CPU contains a number of special purpose registers; the most important of these is called the program counter. The program counter contains the address of the next instruction.
Detailed explanation-2: -Role of components The program counter (PC) is a special register that holds the memory address of the next instruction to be executed.
Detailed explanation-3: -A program counter is a register in a computer processor that contains the address (location) of the instruction being executed at the current time.
Detailed explanation-4: -The program counter (PC) holds the address of the next instruction to be executed, while the instruction register (IR) holds the encoded instruction. Upon fetching the instruction, the program counter is incremented by one “address value” (to the location of the next instruction).