Computer Notes Chapter- 6 Anatomy of Computer ! Central Processing Unit ! Arithematic Logic (ALU) ! Control Unit (CU) ! Registers (MU)!
| Central Processing Unit | Peripheral Device | ||
| Input Device Output Device Memory |
|||
ii. Control Unit
iii. Memory Unit or Registers
Arithmetic Logic Unit (ALU)
All calculations are performed and all comparisons (decisions) are made int he ALU. The data and instructions, stored in the primary memory prior to processing are transferred to the ALU where processing takes place All processing and manipulations of data is done in the Arithmetic and Logical Unit .
Control Unit (CU):
How dose input device know it is time for it to feed into the storage unit? How does the ALU know what should be done with the data once they are received ? And how is it that only the final results are sent to the output devices and not the intermediate results> All this is possible because of the control unit of the computer system By selecting interpreting and conforming to the execution of the program instructions the control unit is able to maintain order and direct the working of the entire computer system. Although it does not perform any processing on the data, the control unit acts as the central nervous system for all other components of the computer. It coordinates the entire computer system.
Registers (MU)
This is also known as internal Memory, it exists in the CPU internally. This is the temporary memory Data stored in the memory in the memory in binary digits. This memory is used at processing time CPU.

Comments