Introduction To Computer1
Introduction To Computer1
•Definition:
Computer is an electronic machine devised for
performing calculations and controlling operations that
can be expressed either in a logical or numerical terms
• Accuracy
Because of the error detecting techniques the probability of errors in computer is negligible.
• Reliability
It is the measurement of the performance of computer .
• Storage capability
Computers can store a large amount of data and it can recall the required information
whenever required.
• Versatility
Computer can perform various tasks like playing music ,printing a document at the same
time.
• Diligence
Computer being a machine does not suffer from human traits of tiredness and lack of
concentration. If four millions of calculations have to be performed then the computer will
perform the last four millionth calculation with the same accuracy and speed as the first
calculation.
Generation of computers
• First generation computers(1940-56)
Technology used: vacuum tubes
Charecteristics
• These computers were very large.
• They lack in versatility and speed.
• Machine language was used, hence difficult to program and use.
• Expensive and used a large amount of electricity.
Examples:ENIAC, EDVAC, UNIVAC
Generation of computers
• Second Generation Computers(1956-63)
• Technology used: Transistors
Charecteristics
1. Smaller in size as compared to first generation.
2. Faster than first generation.
3. More reliable and less prone to hardware failure.
4. Assembly language is used instead of machine language.
Examples
PDP-8, IBM1401 and IBM 7090
Generation of computers
• Third Generation Computers(1964-75)
Technology Used: IC’s
Characteristics
1. Smaller in size compared to second generation.
2. Portable and reliable than second generation.
3. Reduced computational time.
4. Commercial production became easier and cheaper.
Examples
NCR 395 and B6500.
Generation of computers
• Fourth Generation Computers(1975-89)
Technology Used : Microprocessor
Characteristics:
1. Small in size.
2. Cheapest among all generations.
3. Portable and reliable.
4. Graphical user interface.
5. Interconnections of computers leads to better communication.
Examples
Apple II, Altair 8800and CRAY-1
Generation of computers
• Fifth Generation Computers(1989-94)
Technology Used : Microprocessor
Characteristics:
1. Small in size.
2. Cheapest among all generations.
3. Graphical user interface.
4. Interconnections of computers leads to better
communication.
5. Use of standard high level languages.
Examples
Pentium Personal computers
Central Processing Unit
Memory Unit
Output Unit
• Accepts coded results produced by the computer.
• Converts these coded results to readable form.
• Supplies results to users.
Number system
Definition
A number system defines a set of values used to represent
quantity
Number system that are generally used
• Decimal system
• Binary system
• Octal system
• Hexadecimal system
Number System
Number Radix Set of Digits Example
system value s
Decimal R=10 (0,1,2,3,4,5,6,7,8,9) (25)10
• 101012 = 2110
Octal Number System
• Base is 8.
• Hence there are only eight symbols :
0,1,2,3,4,5,6,7
• Therefore the decimal of the octal number 2057 is
• 47068 = 2502 10
• 1AC16 = 428 10