MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The stages required for processing are known as the ____
A
Fetch-Execute-decode
B
Process-decode-fetch
C
Fetch-Decode-Execute
D
Process
Explanation: 

Detailed explanation-1: -The instruction cycle (also known as the fetch–decode–execute cycle, or simply the fetch-execute cycle) is the cycle that the central processing unit (CPU) follows from boot-up until the computer has shut down in order to process instructions.

Detailed explanation-2: -It is composed of three main stages: the fetch stage, the decode stage, and the execute stage.

Detailed explanation-3: -Ans : The instruction cycle consists of four phases: fetching an instruction from memory, decoding the fetched instruction, reading the address from memory, and finally, instruction execution.

Detailed explanation-4: -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.