MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
During the Fetch-Decode-Execute cycle, the software to be run is located in the CPU
A
True
B
False
C
Either A or B
D
None of the above
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: -The CPU works by following a process known as ‘fetch, decode and execute’. The CPU fetches an instruction from memory, decodes this instruction and then executes it. The CPU carries out this cycle continuously, millions of times per second.

Detailed explanation-3: -In the decode part of the cycle, the control unit works out what the instruction is and sends signals to coordinate the other components. Lastly, during the execute part of the cycle, the instruction is executed, using the ALU if necessary.

There is 1 question to complete.