MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these happens in the Execute stage?
A
The Program Counter is incremented by 1
B
The value in the Current Instruction Register is decoded
C
The value in the Accumulator is stored in memory
D
The data at the address in the Program Counter is fetched from memory
Explanation: 

Detailed explanation-1: -The result generated by the operation is stored in the main memory or sent to an output device. Based on the feedback from the ALU, the PC may be updated to a different address from which the next instruction will be fetched.

Detailed explanation-2: -* AC The Accumulator is used to store data that is being worked on by the ALU, and is the key register in the data section of the cpu.

Detailed explanation-3: -Now, the command will be executed. The operand is copied to the MAR, as it provides the address of the data to be loaded (0100 in this case). The data at address 0100 is then fetched from RAM and passed up the data bus to the MDR.

There is 1 question to complete.