Difference between revisions of "IBook How Computers Work"
(→Table of Contents) |
(→Table of Contents) |
||
Line 30: | Line 30: | ||
* Example of a High Level Language: Processing | * Example of a High Level Language: Processing | ||
* From Moore's Law to the Singularity. | * From Moore's Law to the Singularity. | ||
+ | |||
+ | =Style= | ||
+ | |||
+ | * Use [[media:Chapter4PythonforEveryoneCayHorstmann.pdf | Chapter 4]] of ''Python for Everyone'' by Cay Horstmann as a good example of clear style. |
Revision as of 12:13, 15 February 2013
--D. Thiebaut 16:05, 18 January 2013 (EST)
Table of Contents
- Preface
- Why
- Target
- Introduction
- Steam Boy
- Mechanical calculators
- Addition, subtraction, multiplication, divisions...
- Several factors: electrical energy, switches, ON/OFF, binary, number systems, math, boolean logic, Shannon ==> Computer
- Electricity
- properties: easy storage, easy distribution, easy generation, fast, easy control
- ON/OFF
- Binary system versus decimal system.
- Boolean Logic, George Boole.
- Logic with electricity and switches
- Shannon: Combining Logic and arithmetic
- From the transistor to logic gates
- Electricity
- Logic Design
- Logic gate simulator
- Assembly Language
- Simulator
- Performance
- Bottleneck
- Von Neumann Architecture
- The architecture
- Computer Architecture: how to bypass the bottleneck
- Example of a High Level Language: Processing
- From Moore's Law to the Singularity.
Style
- Use Chapter 4 of Python for Everyone by Cay Horstmann as a good example of clear style.