Computer Science
What is the function of CPU in a computer system ? What are its subunits ?
Computer System
17 Likes
Answer
The CPU or the Central Processing Unit is the main control centre and processing unit. It is also called brain of the computer as it guides, directs, controls and governs the performance of a computer.
The CPU has three sub-components which are as follows:
- Arithmetic and Logic Unit (ALU) — It is responsible for carrying out the arithmetic instructions (add, subtract, multiply, divide) and making logic decisions (greater than, less than, equal to).
- Control Unit — It is responsible for controlling and supervising the processing.
- Registers — The CPU uses these small units of data holding places to temporarily hold some important processing-information during the time the processing is taking place.
Answered By
11 Likes
Related Questions
Briefly explain the basic architecture of a computer.
What do you understand by input unit? What is its significance ? What does computer input consist of?
What functions are performed by the control unit ? Can we call it the control centre of computer system ? Why ?
What functions are performed by the ALU ? Is it an independent unit ? If not, which unit does ALU work in coordination with ?