What is a CPU?
What is a CPU?
CPU( Central Processing unit)
It is the most important unit of the computer system. CPU is considered as the brain of computer. in human body, all major decisions are taken by the brain and all other parts of the body function as directed by the brain. Similar to the human brain, in computer system, all major calculations, manipulations and comparisons are made by the CPU. The CPU is also responsible for activating and controlling the operations performed by all other units of the computer system.
Central Processing Unit |
The major parts of a CPU are:
a) Arithmetic and Logical Unit (ALU)
b)Control Unit (CU)
c)Memory Unit (MU)
Arithmetic Logic Unit(ALU)
It performs all the mathematical and logical operations.The data and instructions, stored in the primary memory, are transferred to ALU for processing. Results generated by the ALU is transferred to the primary memory. After completion of processing, the final results are sent to an output device.
ALUs are designed to perform four basic arithmetic operations- add, subtract,multiply,divide- and logic operations or comparisons such as less than, equal to, or greater than.
Control Unit(CU)
This unit controls and directs all the other units of the computer.The control unit is able to maintain order and direct the working of the entire computer system. Although it does not perform any process on data, the control unit acts as the central nervous system for all the other components of the computer. Control unit obtains instructions from the program stored in the main memory, interprets the instructions and issues electrical signals that cause other units of the system to perform their functions.
Memory Unit(MU)
The data is being process by the CPU resides here. The function of the memory unit is to store information. The main memory stores programs along with data, which are to be executed. It also stores necessary programs of system software, which are required to execute the user's programs. The main memory is directly addressed by the CPU.
Comments
Post a Comment