Fundamental Block Diagram of Computer.

 Fundamental Block Diagram of Computer.





There are three components of computer:

1.

Input Unit

2.Central Processing Unit

(a) 
ALU (Arithmetic & Logic Unit)
(b)
Control Unit
(c)
Memory.

3.

Output Unit

>>>>>>>>>>>>>>>>>>

1. Input Unit:


This unit contains devices with the help of which we enter data into computer. This unit is linked between user and computer. Input devices translate the human being information into the form understandable by computer.

The input, output and storage devices are described as on-line, when they are directly connected to the CPU, when not connected directly they are described as off-line.

Examples of Input devices:


(i) Keyboard (ii) VDU (Visual Display unit) (ii) Mouse (iv) light pen (v) Scanner (vi) Joystick (vii) Voice recongniser (viii) Card Reader (ix) Digitizer (x) Floppy drive (xi) Disk drive (xii) Tape drive (xiii) Cartridge tape drive (xiv) OCR (Optical Character Reader) (xv) OMR (Optical Mark Reader) etc.


2. Central Processing Unit (CPU):


CPU is considered as the brain of the computer. CPU perform all types of data processing operations. It stores data, intermediate results and instructions (program). It controls the operation of all parts of computer. CPU itself has following three components.



(a). ALU:


This unit consists of two subsection namely


: (i) Arithmetic section

. (ii) Logic section

(a) Function of Arithmetic section is to perform arithmetic operations like addition, subtraction, multiplication & division. All complex operations are done by making repetitive use of above operations.

(b) Function of logic section is to perform logic operations such as comparing, selecting, matching and merging of data.


The arithmetic & logic unit contains a number of storage locations referred to as registers. These registers are composed of electronic circuitry having the capability of adding, subtracting, multiplying, rounding off etc. The number of registers in a computer vary from model to model. However, the basic registers in any computer are the adder and the accumulator.

(b). Control Unit:


Control unit controls the operations of all parts of computer. It does not carry out any actual data processing operations.

•Functions of this unit are:


(a) It retrieves instructions from the main memory and determines what is to be taken.

(b) It then retrieves the data required to be processed from the main memory.

(c) It causes the CPU to actually carry out required operations and determines whether the required operations have been carried out or not.

(d) It places the processed results in the output area of the memory.

(e) It fetches the next instruction from the memory and repeat the whole cycle of operations outlined above

In addition to the above, the control unit also oversees to ensure that erroneous data does not enter into the system. For example, if an event like numeric data consisting of alphabets or a number is divided by zero occurs, then control unit displays an error on the screen to warn computer operator (user).

In order to carry out these operations, the control unit also has its own set of registers (like those of ALU). The basic registers of the control unit are the instruction register. the decoder & the address registers.

(c). Memory or Storage Unit:


This unit can store instruction, data and intermediate results. This unit supplies information to the other units of the computer when needed. It is also known as internal storage unit or main memory or primary storage or Random access memory (RAM). Its size affects speed, power and capability. The main memory can be divided into four areas that have no fixed or built-in-physical boundaries within the memory. These areas are: (i) Input storage area (ii) Working storage area (iii) Output storage area (iv) Program storage area

There are two types of memories in the computer. The first type is called as primary memory and the other type is called as secondary memory. The primary memory offers temporary storage and the secondary memory provides permanent storage. The detailed coverage of memory has been given in the coming chapters.

3. Output Unit:


Output unit consists of devices with the help of which we get the information from computer. Output unit is a link between computer and users. Output devices translate the computer's output into the form under-standable by users.

Examples of Output devices:


(i) VDU (ii) Line printer (iii) Dot matrix printer (iv) Daisy wheel printer (v) Laser printer (vi) Colour graphic terminal (vii) Graph plotter (viii) Floppy drive (ix) Tape drive (x) Disk drive (xi) Cartridge tape drive etc.



0 Comments