SlideShare a Scribd company logo
K. P de Silva
R.V Premabandu1
Introduction
 Considers various pioneers and their contribution to
the Computing history.
 Their Concepts and Theories.
 How they became the basis of Computing.
2
Content
 George Boole
 Boolean Algebra
 Charles Babbage
 Difference Engine
 Analytic Engine
 Formalism
 Alan Turing
 Turing Machines
 Enigma Codes
 Turing Test in AI
 Claude Shannon
 Boolean Algebra and Switching Circuits
 Information Theory
 Cryptography
 Von Neumann
 Von Neumann Architecture.
 Konrad Zuse
3
George Boole
 Nineteenth century mathematician,
 His calculus of logic is known as Boolean
Algebra.
 Introduced two quantities “0” and “1”.
 He then employed symbols such as x, y, z,
etc., to represent collections or Classes.
 Introduced three operators (+ , - , x).
 These symbols obeyed a rich collection of
algebraic laws such as Additive Identity,
Associativity, Commutativity and etc.
(1815–1864)
4
Boolean Algebra
 Foundation of all modern computers.
 Consists of propositions that are either true or false.
 Variables (e.g., A, B, etc.) are used to stand for
propositions.
 Propositions must be either true or false.
E.g. 2 + 2 = 4 is true.
2 ∗ 5 = 11 is false.
 Propositions may be combined using logical connectives to
form new propositions.
5
Logical Connectives
 The standard logical connectives are…
AND - ∧
OR - ∨
NOT - ¬
 These connectives may be expressed using the other
logical connectives
Implication (⇒)
Equivalence (⇔)
E.g. A ⇒ B is equivalent to ¬A∨B
E.g. A ⇔ B is equivalent to (A ⇒ B) ∧ (B ⇒ A)
6
AND, OR and NOT Gates
 Boolean logical operations are implemented by
electronic AND, OR and NOT gates.
 Fundamental building blocks for more complex
circuits.
7
Charles Babbage
 Charles Babbage is considered to be one of the fathers
of computing.
 He was interested in a method that calculation could
be done mechanically.
 Introduced a design concept for Difference Engine and
Analytic Engine.
(1791) 8
Difference Engine
 Built in 1853.
 Compute polynomials of degree 4 on 15-digit numbers.
 Compute and print mathematical tables mechanically.
 The only operation that the Difference Engine can
perform is the addition.
 Finite differences was the concept of calculating the
answers.
 A key weakness is that it requires the intervention of
humans to perform the calculation.
9
Difference Engine
Difference Engine is on display in the Science Museum
in London. 10
Analytic Engine
 Babbage proposed a revolutionary idea for analytic
engine to resolve weaknesses of difference engine.
 Built in 1978.
 Included a processor, memory.
 Way to input information and output results.
 Capable of executing all possible tasks that may be
expressed in algebraic notation.
 Used punched cards to store programs to perform the
analysis and computation in the Analytic Engine.
11
Analytic Engine
 Punched cards in the design was extremely powerful.
 Two types
 Operation Cards
 Variable Cards
 Operation cards are used to define the operations.
 Variable cards define the variables.
 Ada Lovelace suggested to a method write a program
in Analytic Engine.
 Over 100 years before Von Neumann’s architecture.
12
Analytic Engine
13
Formalism
 Formalism was proposed by David Hilbert.
 This formal system is the basis of modern predicate
logic.
 A formal system consists of a formal language.
 Included axioms, definitions, universal and existential
quantification, and formalization of proof.
 Determines the truth or falsity of any mathematical
statement based on a Algorithm with set of rules.
14
Formalism
 E.g.1 x = y;
this returns true if x is the same as y, and false
otherwise.
 E.g.2 More complex expression such as
f (x, y, z) = w is true
if f (x, y, z) is identical with w, and false otherwise.
 E.g.3 P(x) returns true if x is prime. where P() is
termed a concept.
“P(5) = true”
15
Alan Turing
 Was a British mathematician who was highly influential
in the development of Computer Science.
 Engaged in the Design work in the development of first
stored program computer.(ACE)
 Introduced the concept of Turing machine.
 Designed a electromechanical machine known has
bombe to break in to Enigma Codes.
(1912-1954)16
Turing Machine
 Turing machine is very simple machine.
 Equivalent to an actual physical Computer.
 The machine may read from and write to the tape.
 Has an associated set of rules that defines its behavior.
 Programmed to solve any problem for which there is
an algorithm.
 It was used to determine the solvability of certain
problem.
17
Concept of Turing Machine
18
Enigma Machine & Enigma Codes
The Enigma machine 19
Bombe Machine
 Turing was able brake Enigma codes by his Bombe
machine.
Cardboard replica of bombe. 20
Automated Computer Engine(ACE)
Pilot ACE
21
Turing Test
 Turing devised a famous
experiment that would allow a
computer to be judged as a
conscious and thinking machine.
 The concept of this Turing test
was the foundation of Artificial
Intelligence.
22
Claude Shannon
 Shannon found that Boolean algebra could be
employed to simplify the design of circuits and
telephone routing switches.
 He laid the foundation of modern Information Theory.
 Shannon proposed the idea of converting any kind of
data to binary digits.
23
Boolean Algebra & Switching Circuits
 Switching circuit “Xab” between two terminals a and b
Xab = 0 if open
Xab = 1 if closed
24
Information Theory
 Sending information rapidly and reliably from the
source point to the destination point without any
distraction.
25
Cryptography
 Secure way of communication between two parties.
 Messages are encrypted according to a Mathematical
function.
26
John von Neumann
 Hungarian mathematician.
 Made fundamental contributions to a vast number of
fields including computer science.
 His work on Quantum Mechanics was very influential.
 He introduced an Architecture during his work on
ENIAC & EDVAC.
27
Von Neumann Architecture
 The early machines could perform only a particular
task.
 This architecture uses a single store for both machine
instructions and programs.
 Much simpler to reconfigure the computer for a
different task.
28
Von Neumann Architecture
29
 Manchester Mark I was the first computer with Von
Neumann architecture.
 Ferranti produced the world’s first commercial
computer in 1951.
Von Neumann Architecture
30
Manchester Mark I
31
Konrad Zuse
 Was a German Engineer.
 Pioneered in building first functional tape stored,
program-controlled computer.( Z3)
 He designed the first high-level programming
language Plankalkül.
32
Summary
 Considered the contributions of important people in
the history of computing including Boole, Babbage,
Shannon, Turing and von Neumann.
 Boole was an English mathematician who developed
Boolean Algebra which is the foundation of all modern
computers.
 Charles Babbage did pioneering work on the
Difference Engine and Analytic Engine.
 Turing is famous for his work on a theoretical
mathematical machine termed the “Turing Machine”.
33
Summary
 He also made contributions to the cryptography and to
Artificial Intelligence.
 Claude Shannon was the first person to see the
applicability of Boolean Algebra to simplify the design
of circuits and telephone routing switches.
 Von Neumann was a mathematician gave his name to
the Von Neumann architecture that is used in almost
all computers.
 Zuse was a German engineer who developed the Z3
machine in 1941. He also developed the Plankalkul
high-level programming language in 1946.
34
References
 A Brief History of Computing by Gerard O’Regan.
 www.wikipedia.com
35
Any Questions.. ??
36
37

More Related Content

PPTX
The History of Information Technology
PPT
Basics of Computer.ppt
PPTX
Application of Differential Equation
PPTX
First generation of computer
PPTX
History and generation of a computer
PPTX
Computer peripheral or Peripheral Devices
PPTX
PPT
Pizza, Hot Chocolate and Newton's Law of Cooling
The History of Information Technology
Basics of Computer.ppt
Application of Differential Equation
First generation of computer
History and generation of a computer
Computer peripheral or Peripheral Devices
Pizza, Hot Chocolate and Newton's Law of Cooling

What's hot (13)

PPTX
Python | What is Python | History of Python | Python Tutorial
PDF
Introduction of Partial Differential Equations
PPTX
Application of differential equation in real life
PPTX
General Quadrature Equation
DOCX
C programming Lab 1
PPTX
Scratch programming introduction to game creation
PPTX
C data type format specifier
DOCX
Para se configurar um servidor de dns no free bsd
PPTX
Input and Output Devices of Computers (Powerpoint Presentation)
PPTX
Progress of Computers
PPT
Computer Software | System software | Application software
PPT
A brief history of computers
PPT
Numerical Method
Python | What is Python | History of Python | Python Tutorial
Introduction of Partial Differential Equations
Application of differential equation in real life
General Quadrature Equation
C programming Lab 1
Scratch programming introduction to game creation
C data type format specifier
Para se configurar um servidor de dns no free bsd
Input and Output Devices of Computers (Powerpoint Presentation)
Progress of Computers
Computer Software | System software | Application software
A brief history of computers
Numerical Method
Ad

Viewers also liked (20)

PPTX
OOSE
PPSX
Pc computer
PPTX
Business
PPT
computer system hardware
PPTX
Introduction to Computer
PPTX
Parts of computers
PPT
what is computer
ODP
Cours algorithmique02
PPTX
what is computer......?
PPTX
What is computer
PDF
Cours1 l'icdl - ecdl
PDF
Introduction à LaTeX : le système de composition professionnel
PPTX
Problems problem spaces and search
PPTX
What Is Computer
PPT
Introduction to computer - History - Generation
PDF
Internship_presentation
PPT
Gec pest
PPTX
Historical evaluation of computer
PPSX
The history of cloud computing
OOSE
Pc computer
Business
computer system hardware
Introduction to Computer
Parts of computers
what is computer
Cours algorithmique02
what is computer......?
What is computer
Cours1 l'icdl - ecdl
Introduction à LaTeX : le système de composition professionnel
Problems problem spaces and search
What Is Computer
Introduction to computer - History - Generation
Internship_presentation
Gec pest
Historical evaluation of computer
The history of cloud computing
Ad

Similar to Foundation of computing history final (20)

PPTX
Men Behind the Computer
PPTX
Introduction to computer science
PPTX
introduction to Computer system
PPTX
PPTX
introduction to computer science
PPTX
2 evolution of computer systems
PPT
History of computer development
PPT
Computer history 2 2010
PDF
Computer wikipedia, the free encyclopedia
PPT
A brief history of computers
PPT
History of computers_h
PPTX
Evolution of computer
PPTX
Computer History
PDF
Behind every invention there is a person who may be a dreamer, an el.pdf
PPTX
History of computers - Modern
PPT
Abriefhistoryofcomputers 121009151031-phpapp01
PPT
History of Computer
PDF
Geek Night 16.0 - Evolution of Programming Languages
PDF
GeekNight: Evolution of Programming Languages
PPT
History of computers
Men Behind the Computer
Introduction to computer science
introduction to Computer system
introduction to computer science
2 evolution of computer systems
History of computer development
Computer history 2 2010
Computer wikipedia, the free encyclopedia
A brief history of computers
History of computers_h
Evolution of computer
Computer History
Behind every invention there is a person who may be a dreamer, an el.pdf
History of computers - Modern
Abriefhistoryofcomputers 121009151031-phpapp01
History of Computer
Geek Night 16.0 - Evolution of Programming Languages
GeekNight: Evolution of Programming Languages
History of computers

Recently uploaded (20)

PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
20th Century Theater, Methods, History.pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Introduction to Building Materials
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
Computer Architecture Input Output Memory.pptx
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
advance database management system book.pdf
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
My India Quiz Book_20210205121199924.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
History, Philosophy and sociology of education (1).pptx
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
20th Century Theater, Methods, History.pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Chinmaya Tiranga quiz Grand Finale.pdf
Introduction to Building Materials
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Computing-Curriculum for Schools in Ghana
Indian roads congress 037 - 2012 Flexible pavement
Computer Architecture Input Output Memory.pptx
FORM 1 BIOLOGY MIND MAPS and their schemes
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
LDMMIA Reiki Yoga Finals Review Spring Summer
advance database management system book.pdf
Paper A Mock Exam 9_ Attempt review.pdf.
My India Quiz Book_20210205121199924.pdf
Unit 4 Computer Architecture Multicore Processor.pptx

Foundation of computing history final

  • 1. K. P de Silva R.V Premabandu1
  • 2. Introduction  Considers various pioneers and their contribution to the Computing history.  Their Concepts and Theories.  How they became the basis of Computing. 2
  • 3. Content  George Boole  Boolean Algebra  Charles Babbage  Difference Engine  Analytic Engine  Formalism  Alan Turing  Turing Machines  Enigma Codes  Turing Test in AI  Claude Shannon  Boolean Algebra and Switching Circuits  Information Theory  Cryptography  Von Neumann  Von Neumann Architecture.  Konrad Zuse 3
  • 4. George Boole  Nineteenth century mathematician,  His calculus of logic is known as Boolean Algebra.  Introduced two quantities “0” and “1”.  He then employed symbols such as x, y, z, etc., to represent collections or Classes.  Introduced three operators (+ , - , x).  These symbols obeyed a rich collection of algebraic laws such as Additive Identity, Associativity, Commutativity and etc. (1815–1864) 4
  • 5. Boolean Algebra  Foundation of all modern computers.  Consists of propositions that are either true or false.  Variables (e.g., A, B, etc.) are used to stand for propositions.  Propositions must be either true or false. E.g. 2 + 2 = 4 is true. 2 ∗ 5 = 11 is false.  Propositions may be combined using logical connectives to form new propositions. 5
  • 6. Logical Connectives  The standard logical connectives are… AND - ∧ OR - ∨ NOT - ¬  These connectives may be expressed using the other logical connectives Implication (⇒) Equivalence (⇔) E.g. A ⇒ B is equivalent to ¬A∨B E.g. A ⇔ B is equivalent to (A ⇒ B) ∧ (B ⇒ A) 6
  • 7. AND, OR and NOT Gates  Boolean logical operations are implemented by electronic AND, OR and NOT gates.  Fundamental building blocks for more complex circuits. 7
  • 8. Charles Babbage  Charles Babbage is considered to be one of the fathers of computing.  He was interested in a method that calculation could be done mechanically.  Introduced a design concept for Difference Engine and Analytic Engine. (1791) 8
  • 9. Difference Engine  Built in 1853.  Compute polynomials of degree 4 on 15-digit numbers.  Compute and print mathematical tables mechanically.  The only operation that the Difference Engine can perform is the addition.  Finite differences was the concept of calculating the answers.  A key weakness is that it requires the intervention of humans to perform the calculation. 9
  • 10. Difference Engine Difference Engine is on display in the Science Museum in London. 10
  • 11. Analytic Engine  Babbage proposed a revolutionary idea for analytic engine to resolve weaknesses of difference engine.  Built in 1978.  Included a processor, memory.  Way to input information and output results.  Capable of executing all possible tasks that may be expressed in algebraic notation.  Used punched cards to store programs to perform the analysis and computation in the Analytic Engine. 11
  • 12. Analytic Engine  Punched cards in the design was extremely powerful.  Two types  Operation Cards  Variable Cards  Operation cards are used to define the operations.  Variable cards define the variables.  Ada Lovelace suggested to a method write a program in Analytic Engine.  Over 100 years before Von Neumann’s architecture. 12
  • 14. Formalism  Formalism was proposed by David Hilbert.  This formal system is the basis of modern predicate logic.  A formal system consists of a formal language.  Included axioms, definitions, universal and existential quantification, and formalization of proof.  Determines the truth or falsity of any mathematical statement based on a Algorithm with set of rules. 14
  • 15. Formalism  E.g.1 x = y; this returns true if x is the same as y, and false otherwise.  E.g.2 More complex expression such as f (x, y, z) = w is true if f (x, y, z) is identical with w, and false otherwise.  E.g.3 P(x) returns true if x is prime. where P() is termed a concept. “P(5) = true” 15
  • 16. Alan Turing  Was a British mathematician who was highly influential in the development of Computer Science.  Engaged in the Design work in the development of first stored program computer.(ACE)  Introduced the concept of Turing machine.  Designed a electromechanical machine known has bombe to break in to Enigma Codes. (1912-1954)16
  • 17. Turing Machine  Turing machine is very simple machine.  Equivalent to an actual physical Computer.  The machine may read from and write to the tape.  Has an associated set of rules that defines its behavior.  Programmed to solve any problem for which there is an algorithm.  It was used to determine the solvability of certain problem. 17
  • 18. Concept of Turing Machine 18
  • 19. Enigma Machine & Enigma Codes The Enigma machine 19
  • 20. Bombe Machine  Turing was able brake Enigma codes by his Bombe machine. Cardboard replica of bombe. 20
  • 22. Turing Test  Turing devised a famous experiment that would allow a computer to be judged as a conscious and thinking machine.  The concept of this Turing test was the foundation of Artificial Intelligence. 22
  • 23. Claude Shannon  Shannon found that Boolean algebra could be employed to simplify the design of circuits and telephone routing switches.  He laid the foundation of modern Information Theory.  Shannon proposed the idea of converting any kind of data to binary digits. 23
  • 24. Boolean Algebra & Switching Circuits  Switching circuit “Xab” between two terminals a and b Xab = 0 if open Xab = 1 if closed 24
  • 25. Information Theory  Sending information rapidly and reliably from the source point to the destination point without any distraction. 25
  • 26. Cryptography  Secure way of communication between two parties.  Messages are encrypted according to a Mathematical function. 26
  • 27. John von Neumann  Hungarian mathematician.  Made fundamental contributions to a vast number of fields including computer science.  His work on Quantum Mechanics was very influential.  He introduced an Architecture during his work on ENIAC & EDVAC. 27
  • 28. Von Neumann Architecture  The early machines could perform only a particular task.  This architecture uses a single store for both machine instructions and programs.  Much simpler to reconfigure the computer for a different task. 28
  • 30.  Manchester Mark I was the first computer with Von Neumann architecture.  Ferranti produced the world’s first commercial computer in 1951. Von Neumann Architecture 30
  • 32. Konrad Zuse  Was a German Engineer.  Pioneered in building first functional tape stored, program-controlled computer.( Z3)  He designed the first high-level programming language Plankalkül. 32
  • 33. Summary  Considered the contributions of important people in the history of computing including Boole, Babbage, Shannon, Turing and von Neumann.  Boole was an English mathematician who developed Boolean Algebra which is the foundation of all modern computers.  Charles Babbage did pioneering work on the Difference Engine and Analytic Engine.  Turing is famous for his work on a theoretical mathematical machine termed the “Turing Machine”. 33
  • 34. Summary  He also made contributions to the cryptography and to Artificial Intelligence.  Claude Shannon was the first person to see the applicability of Boolean Algebra to simplify the design of circuits and telephone routing switches.  Von Neumann was a mathematician gave his name to the Von Neumann architecture that is used in almost all computers.  Zuse was a German engineer who developed the Z3 machine in 1941. He also developed the Plankalkul high-level programming language in 1946. 34
  • 35. References  A Brief History of Computing by Gerard O’Regan.  www.wikipedia.com 35
  • 37. 37