MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is FALSE about the fetch process?
A
PC contains the address of the next instruction.
B
The contents of PC is copied to MDR.
C
The address of PC is incremented to 1 to fetch the next instruction.
D
None of the above
Explanation: 

Detailed explanation-1: -The correct answer is Fetch instruction, Decode instruction, Read operands, Execute instruction and Store data. Steps in the instruction cycle: First of all, the opcode is fetched by the microprocessor from a stored memory location.

Detailed explanation-2: -The control unit fetches (gets) the instruction from memory. The control unit decodes the instruction (decides what it means) and directs that the necessary data be moved from memory to the arithmetic/logic unit.

Detailed explanation-3: -The correct answer is Memory. Memory is not a part of the instruction cycle.

Detailed explanation-4: -Explanation: The fetch execution cycle refers to the execution of instructions by the CPU. This is a multi-step process in which instructions are fetched, decoded, executed, and then stored. The result of this cycle allows an instruction to be executed by the CPU allowing the process cycle to continue.

There is 1 question to complete.