Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and...

14
Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced first working machine (50 copies) Could only add and subtract Maintenance and labor problems Gottfried Liebniz (1673) Mathematician and inventor Improved on Pascal’s machine Add, subtract, multiply, and divide mputer History-Mechanical Era (1600-19

Transcript of Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and...

Page 1: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Wilhelm Schickhard (1623)Astronomer and mathematicianAutomatically add, subtract, multiply, and divide

Blaise Pascal (1642)MathematicianMass produced first working machine (50 copies)Could only add and subtractMaintenance and labor problems

Gottfried Liebniz (1673)Mathematician and inventorImproved on Pascal’s machineAdd, subtract, multiply, and divide

Computer History-Mechanical Era (1600-1940)

Page 2: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Charles Babbage (1822)Mathematician“Father of modern computer”Wanted more accuracy in calculationsDifference engine

Government / science agreementAutomatic computation of math tables

Analytic enginePerform any math operationPunch cardsModern structure: I/O, storage, ALUAdd in 1 second, multiply in 1 minute

Both engines plagued by mechanical problems

George Boole (1847)Mathematical analysis of logicInvestigation of laws of thought

Computer History-Mechanical Era (1600-1940)

Page 3: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Herman Hollerith (1889)Modern day punched card machineFormed Tabulating Machine Company (became IBM)1880 census took 5 years to tabulateTabulation estimates

1890: 7.5 years1900: 10+ years

Hollerith’s tabulating machine reduced the 7.5 year estimateto 2 months

Konrad Zuse (1938)Built first working mechanical computer, the Z1Binary machineGerman government decided not to pursue--W.W.II already started

Howard Aiken (1943)Designed the Harvard Mark IImplementation of Babbage’s machineBuilt by IBM

Computer History-Mechanical Era (1600-1940)

Page 4: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Generation 1 (1945 - 1958) – ENIACDeveloped for calculating artillery firing tablesDesigned by Mauchly&Echert of the University of PennsylvaniaGenerally regarded as the first electronic computerBIG!

18,000 tubes70,000 resistors10,000 capacitors6,000 switches30 x 50 feet140 kW of power

Decimal number system usedProgrammed by manually setting switches

Computer History - Electronic Era (1940- )

Page 5: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Computer History - Electronic Era

Generation 1 – IAS (Institute for Advanced Studies)von Neumann and GoldstineTook idea of ENIAC and developed concept of storing a program in the memoryThis architecture came to be known as the “von Neumann” architecture and has been the basis for virtually every machine designed since thenFeatures

Data and instructions (programs) are stored in a single read-write memoryMemory contents are addressable by location, regardless of the content itselfSequential execution

Page 6: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Generation 2 (1958 - 1964)Technology change -- TransistorsHigh level languagesFloating point arithmetic

Generation 3 (1964 - 1974)Introduction of integrated circuitsSemiconductor memoryMicroprogrammingMultiprogramming

Generation 4 (1974 - 1990s)Large scale integration / VLSISingle board computers

Generation 5 (present?)VLSI / ULSIComputer communications networksArtificial intelligenceMassively parallel machines

Computer History - Electronic Era

Page 7: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Processor

Logic capacity: increases about 30% per year

Clock rate: increases about 20% per year

Performance: increases about 50% per year

Memory

DRAM capacity:increases about 60% per year (4x every 3

years)

Performance: increases about 3.4% per year

Disk

Capacity: about 60% per year

Performance: increases about 3.4% per year

What impact does this have on future computer systems?

What impact does this have on design decisions?

Performance Trends

Page 8: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Microprocessors

Minicomputers

Mainframes

Supercomputers

1995

Year

19901970 1975 1980 1985

Lo

g o

f P

erfo

rma

nce

Performance Trends

Page 9: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Computer Architecture (or Organization)

Page 10: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Baer: “The design of the integrated system which provides a useful tool to the programmer”

Hayes: “The study of the structure, behavior and design of computers”

Abd-Alla: “The design of the system specification at a general or subsystem level”

Foster: “The art of designing a machine that will be a pleasure to work with”

Hennessy and Patterson: “The interface between the hardware and the lowest level software”

What is Computer Architecture?

Page 11: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Design / structureArtSystemTool for programmer and applicationInterface

Thus, computer architecture refers to those attributes of the system that are visible to a programmer -- those attributes that have a direct impact on the execution of a program

Instruction setsData representationsAddressingI/O

Common themes

Page 12: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Synonymous with “architecture” in many uses and textbooks

We will use it to mean the underlying implementation of the architecture transparent to the programmer

An architecture can have a number of organizational implementations

Control signalsTechnologiesDevice implementations

Computer Organization

Page 13: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Global system structureOverall system structure is definedMajor components identified

ProcessorsControl modulesMemory modulesInterconnection structure

Mostly a static description -- “black box” approach

Processor levelArchitectural Features specified

InterfacesInstruction setsData Representation

More detailed individual component specification

Four Levels of Computer Description

Page 14: Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.

Register levelSpecify internal operation of processor-level components at the word levelPrimitives:

RegistersCountersMemoriesALUsClocksCombinational logic

Gate levelSpecify operations at the individual bit levelGates are primitive elementsVery cumbersome to do manually (logic minimization, etc.)

Four Levels of Computer Description