Block Diagram of Coimputer
Block Diagram of Coimputer
Input Unit-
1. It accepts (or read) data and instructions from the outside world (for example- in
English)
2. It converts these data and instructions in computer acceptable form (i.e. into
Binary/Coded Form)
3. It supplies the converted data and instructions to the computer system for further
processing.
Output Unit-
1. It accepts the results produced by the computer, which are in coded form and hence,
cannot be easily understood by the user.
Storage Unit-
The storage unit of a computer system holds (or stores) the following-
1. Data and instructions required for processing (received from input devices)
Primary Storage
Arithmetic Logic Unit of a computer system is a place where the actual execution of
instructions takes place during processing operation. As the name suggests, it is
responsible for performing all arithmetic operations (such as addition, subtraction,
multiplication. division etc.) and logical operations (such as less than, greater than,
equal to, etc.).
Control Unit
Control Unit of a computer system manages and coordinates the operations of all other
components of the computer system.
Note-
One more part is there inside the Central Processing Unit called as CPU Registers.
Registers have very small storage capacity with very high execution speed. They are
used by the processor to store small amount of intermediate data that are needed
during processing of instructions. There are many registers available in the CPU, each
has some name and is used for specific purpose. Some of them are-
• Accumulator (AC)
• Memory Address Register (MAR)
• Memory Data Register (MDR)
• Program Counter (PC)
• Instruction Register (IR)
• General Purpose Registers, etc.
Example-