Difference between revisions of "Computer History"

From Coder Merlin
Line 27: Line 27:
<br clear='all'/>  
<br clear='all'/>  
== Key Concepts ==
== Key Concepts ==
== Exercises ==
{{KeyConcepts|
== References ==
* Prior to the 20th century most calculations were performed by humans.
* Some early mechanical tools provided assistance, these were called '''calculating machines''' while the human operators were called '''computers'''
* The first general purpose computing device is generally considered to have been designed by '''Charles Babbage''' around '''1819'''; he called this the '''Difference Engine'''
** The ''Difference Engine'' was an automated, mechanical calculator designed to tabulate ''polynomial functions''.
**  Most mathematical functions that are commonly employed by engineers, scientists and navigators can be approximated by polynomials.
** The ability to automatically produce these tables enabled a much more rapid production of error-free tables. 
**  Babbage’s difference engine was never completed in his lifetime.
* Babbage realized in '''1833''' that a much more general design, the '''Analytical Engine''', was possible.
** The engine would receive input from punched cards.
** The engine would have a printer, curve plotter, a bell, and punched cards for output.
* More than one hundred years later, in '''1936''', '''Alan Turing''' set out the idea that a device would be capable of performing ''any conceivable mathematical computation if it could be represented as an algorithm''.
* In the 1930's it was demonstrated that there was a ''one-to-one correspondence between Boolean logic and certain electrical circuits''.
* In May, '''1941''', '''Konrad Zuse''' completed the '''Z3''', recognized as the world’s first ''programmable computer''.
** The Z3 used the binary system rather than the decimal system used by Charles Babbage’s designs.
** Zuse anticipated that machine instructions could be stored in the same storage used for data.
}}

Revision as of 00:30, 6 October 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
An Olivetti A5

Prerequisites[edit]

(None)

A Brief History of Computers[edit]

An Abacus[edit]

An Abacus

Prior to the 20th century most calculations were performed by humans. Some early mechanical tools provided assistance (such as the abacus) and they were called calculating machines while the operator was called the computer.

The Difference Engine[edit]

Charles Babbage

The first general purpose computing device is generally considered to have been designed by Charles Babbage, an English mechanical engineer. Charles Babbage first designed a difference engine around 1819, the purpose of which was to compute astronomical and mathematical tables. The difference engine was an automated, mechanical calculator designed to tabulate polynomial functions. In general, most mathematical functions that are commonly employed by engineers, scientists and navigators can be approximated by polynomials allowing a difference engine to compute tables of useful numbers. The ability to automatically produce these tables enabled a much more rapid production of error-free tables than what was previously possible with a team of humans.

Difference Engine (a small portion) - Drawing


The Analytical Engine[edit]

Babbages Analytical Engine (a small portion)

Though Babbage’s difference engine was never completed in his lifetime, due to politics and difficulties in construction, Babbage realized in 1833 that a much more general design, the Analytical Engine, was possible. The engine would receive input from punched cards, a method being used at the time to direct mechanical looms. For output, the engine would have a printer, curve plotter, and a bell as well as the ability to punch numbers onto cards. It also included an arithmetic logic unit, control flow, and integrated memory.

The Turing Machine[edit]

File:Alan Turing Aged 16.jpg
Alan Turing (Aged 16)

More than one hundred years later, in 1936, Alan Turing set out the idea that a device (which later became known as a Turing machine) would be capable of performing any conceivable mathematical computation if it could be represented as an algorithm.

The Z3[edit]

Konrad Zuse (1992)

Some key ideas developed in the 1930’s demonstrated that there was a one-to-one correspondence between Boolean logic and certain electrical circuits (now called logic gates) which are are now ubiquitous in digital computers. In other words, electronic relays and switches can realize the expressions of Boolean algebra.

In May, 1941, Konrad Zuse, a German civil engineer, completed the Z3, recognized as the world’s first programmable computer. It was very similar to modern machines and used a simpler, binary system rather than the decimal system used by Charles Babbage’s designs. Notably, Zuse anticipated that machine instructions could be stored in the same storage used for data, a key insight.

Key Concepts[edit]

Key ConceptsKeyConceptsIcon.png
  • Prior to the 20th century most calculations were performed by humans.
  • Some early mechanical tools provided assistance, these were called calculating machines while the human operators were called computers
  • The first general purpose computing device is generally considered to have been designed by Charles Babbage around 1819; he called this the Difference Engine
    • The Difference Engine was an automated, mechanical calculator designed to tabulate polynomial functions.
    • Most mathematical functions that are commonly employed by engineers, scientists and navigators can be approximated by polynomials.
    • The ability to automatically produce these tables enabled a much more rapid production of error-free tables.
    • Babbage’s difference engine was never completed in his lifetime.
  • Babbage realized in 1833 that a much more general design, the Analytical Engine, was possible.
    • The engine would receive input from punched cards.
    • The engine would have a printer, curve plotter, a bell, and punched cards for output.
  • More than one hundred years later, in 1936, Alan Turing set out the idea that a device would be capable of performing any conceivable mathematical computation if it could be represented as an algorithm.
  • In the 1930's it was demonstrated that there was a one-to-one correspondence between Boolean logic and certain electrical circuits.
  • In May, 1941, Konrad Zuse completed the Z3, recognized as the world’s first programmable computer.
    • The Z3 used the binary system rather than the decimal system used by Charles Babbage’s designs.
    • Zuse anticipated that machine instructions could be stored in the same storage used for data.