Introduction To Computers
Introduction To Computers
History of Computer
Charles Babbage’s machine
The working principles of today's computers were provided by an English mathematician
©
Charles Babbage around 1833's invented a machine called the "Analytical Engine". A machine
which could calculate and print tables of functions using limited techniques
1. First Generation (1946-1954): In 1946 the digital computer using electronic valves (Vacuum tubes)
are known as first generation computers. The first 'computer' to use electronic valves i.e.
NIMI
vacuum tubes. The high cost of vacuum tubes prevented their use for main memory. They
stored information in the form of propagating sound waves.
The vacuum tube consumes a lot of power. These computers were large in size and writing
programs on them was difficult. Some of the computers of this generation were:
Mark I :The IBM Automatic Sequence Controlled Calculator
ENIAC- Electronic Numerical Integrator & Computer
EDVAC: It stands for Electronic Discrete Variable Automatic Computer and was developed
in 1950.
EDSAC: It stands for Electronic Delay Storage Automatic Computer and was developed by M.V.
Wilkes at Cambridge University in 1949
UNIVAC-1: It stands for Universal Automatic computer and it was the First commercial
computer developed by United States In 1951
2. Second Generation (1955-1964): The second-generation computer used transistors for CPU
components and ferrite cores for main memory & magnetic disks for secondary memory. They used high-
level languages such as FORTRAN (1956), ALGOL (1960) & COBOL (1960 -
1961). Input Output (I/O) processor was included to con trol I/O operations
3. Third Generation (1964-1977):By the development of a small chip consisting of the capacity of the 300
transistors. These Integrated Circuits (IC)s are popularly known as Chips.
4. Fourth Generation (1978 - present): An IC containing about 100 components is called LSI (Large
Scale Integration) and the one, which has more than 1000 such components, is called as VLSI
(Very Large Scale Integration).
5. Fifth Generation (PRESENT AND FUTURE): 5th generation computers use ULSI (Ultra-Large Scale
Integration) chips. Millions of transistors are placed in a single IC in ULSI chips.
Classification of computers
Computers are classified according to the following criteria:
• Principle of Operation
• Computing Power, Memory Capacity and cost
• Technological Development
• Principle of operation
Analog computer
Digital Computer
Hybrid Computer
Analog Computer
©
It is a computer that measures continuously changing physical quantities such as current,
temperature, pressure etc. and converts them into quantities which can be used as data for
computation. As these computers deal with continuously varying quantities, they will give
only approximate results. Its output is usually displayed on a meter or scale.
NIMI
Examples:
Thermometer
Speedometer
Analog clock
Digital Computer
A digital computer works with digital data. Digital computer uses binary number system. Binary
number system consists of only two digits '0' and '1'. A digital computer represents data in
digital signals. A '0' represents OFF and a '1' represents ON. Digital computer performs
arithmetic and logical operations on data. It gives output in digital form.
Analog Computers Digital Computers