INPUT UNIT :

Input unit has following function:
-
Input unit takes a data instruction from the user for further processing.
-
We know that computer understand machine language. Input unit converts the data to the machine language (machine readable form)
They are various types of input devices are available like keyboard, scanner, mouse, touch screen devices, etc.
CENTRAL PROCESSING UNIT:
CPU i.e. Central processing unit is responsible for performing all tasks of computer. CPU is like a heart of computer.CPU consists of 3 units:
-
Primary memory
-
Control unit
-
Arithmetic logic unit
ALU:
Arithmetic and logical unit responsible for performing all arithmetic operation like addition, subtraction, multiplication and division .It also responsible for conduct merging, sorting like all sorting techniques .All the calculations of the data perform by ALU.
Control unit:
Control unit is used to control the signals. Control unit receives the instruction, data, and information from input devices and converts it into control signals.
Primary memory:
There are two types of primary memory
RAM:
-
RAM means random access memory.
-
It is a volatile storage.
-
The data stored in RAM is temporary.
-
RAM stores the data of active tasks.
ROM :
-
ROM mans read only memory.
-
The data stored in ROM is permanent.
-
It cannot be erased during the power cut off.
-
It is a non volatile memory.
OUTPUT UNIT:
An output device is one of the components of a computer. output devices are responsible to convert machine code into the human readable form. Monitor, printer etc. are output devices. The output given by the computer can be in any type like text, graphics, audio, video etc