FUNDAMENTALS OF COMPUTER

COMPUTER HARDWARE COMPONENTS FUNCTIONS

WHAT IS A MOTHERBOARD

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Fill in the blank with the correct answer.Describe fetch ____ fetches instructions from memory.
A
Arithmetic Logic Unit (ALU)
B
Control Unit (CU)
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The CPU is designed to understand a set of instructions-the instruction set. It fetches the instructions from the main memory and executes them. This is done repeatedly from when the computer is booted up to when it is shut down. The CPU fetches the instructions one at a time from the main memory into the registers.

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. These first two steps together are called instruction time, or I-time.

Detailed explanation-3: -The Control Unit sends a signal to the RAM in order to fetch the program and data, which is then stored in one of the CPU’s register. To do so, the CPU makes use of a vital hardware path called the ‘address bus’ along which the program and data travels. The Control Unit then increments the Program Counter (PC).

Detailed explanation-4: -Fetch, decode and execute cycle are the three steps that the CPU repetitively performs to complete one program instruction. The control unit decodes the machine instructions following the instruction format.

There is 1 question to complete.