Computer Science, asked by bhoomi919370, 9 months ago




can anyone help me guys plz​

Attachments:

Answers

Answered by bafna2005
2

Explanation:

The form, design, and implementation of CPUs have changed over the course of their history, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic logic unit (ALU) that performs arithmetic and logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the fetching (from memory) and execution of instructions by directing the coordinated operations of the ALU, registers and other components.

Answered by animeshmusale
2

Answer:

The two main components of CPU are

1) Memory or Storage Unit

This unit can store instructions, data, and intermediate results. This unit supplies information to other units of the computer when needed. It is also known as internal storage unit or the main memory or the primary storage or Random Access Memory (RAM).

Its size affects speed, power, and capability. Primary memory and secondary memory are two types of memories in the computer. Functions of the memory unit are −

It stores all the data and the instructions required for processing.

It stores intermediate results of processing.

It stores the final results of processing before these results are released to an output device.

All inputs and outputs are transmitted through the main memory.

2) Control Unit

This unit controls the operations of all parts of the computer but does not carry out any actual data processing operations.

Functions of this unit are −

It is responsible for controlling the transfer of data and instructions among other units of a computer.

It manages and coordinates all the units of the computer.

It obtains the instructions from the memory, interprets them, and directs the operation of the computer.

It communicates with Input/Output devices for transfer of data or results from storage.

It does not process or store data.

Hope it helps ;)

Similar questions