Unit 1
Unit 1
By
Dr.S.Arunkumar
Asst.Professor
SASTRA UNIVERSITY
COMPUER BASICS
5
Progress Through Quality
COMPUTER
4. Difference Engine
Year: 1822
3.Invented by English Mathematician charles Babbage
4.Designed to perform differential equation.
5.Stored program and print result automatically.
Progress Through Quality
5. Analytical engine
Year: 1833
Invented by Charles babbage.
1. Input devices in the form perforated cards.
2. Stores memory of 1000 numbers upto 50 decimal digits
each.
3. Print results
6. ENIAC
ELECTRONIC NUMERICAL INTEGRATOR AND CALCULATOR
Year: 1946
Invented by John Eckert and John Mouchly
Vacuum tubes.
Progress Through Quality
7. EDVAC
Electronic Discrete Variable Automatic Computer
Year: 1944
1.First EC and Stored program concept
2.Computer could stop and resume at any time.
8. EDSAC
Electronic Delay Storage Automatic Calculator
Year: 1949
Invented by Maurice wilkes in cambridge university
1. More reliable
2. Wider commercial use
3. Better speed and calculate in microseconds.
4. Computer still required air-conditioning.
5. Assembly language program concept
6. It produced less amount of heat.
⮚Ex – NCR395.
27
Progress Through Quality
Analog Computers -A computing machine that
operates on data in the form of continu ously variable
physical quantities is known as analog computer. These
computers do not deal directly with the numbers.
• Education
• Entertainment
• Sports
• Advertizing
• Medicine
• Govt & home
• Science & technology
x
• Not x
x xy x xyz
y
• And y z
x x+y x x+y+z
y
• Or y z
x xy
• Nand y
x x+y
• Nor y
x xÅy
• Xor y
Progress Through Quality 66
Review of Boolean algebra
• Not is a horizontal bar above the number
_
– 0=1
_
– 1=0
• Or is a plus
– 0+0 = 0
– 0+1 = 1
– 1+0 = 1
– 1+1 = 1
• And is multiplication
– 0*0 = 0
– 0*1 = 0
– 1*0 = 0
– 1*1 = 1
x x+y
y (x+y)y
y y
__
x
x xy xy
y
y
___
__
• Answer: xy
– Or (xy) ≡ xy
Progress Through Quality 70
Converting between circuits and
equations
• Write the circuits for the following Boolean algebraic
expressions
__
a) x+y
x
x x+y
b) (x+y)x
x x+y
x+y (x+y)x
y