History of computers 1.

Slides:



Advertisements
Similar presentations
Computer Skills Preparatory Year Presented by: L. Obead Alhadreti.
Advertisements

The CPU The Central Presentation Unit What is the CPU?
TO COMPUTERS WITH BASIC CONCEPTS Lecturer: Mohamed-Nur Hussein Abdullahi Hame WEEK 1 M. Sc in CSE (Daffodil International University)
Introduction to Computers 2010 Class: ________________ Name: ________________.
Chapter 01 Introduction Chapter 0 Introduction. Chapter 02 History of Computing - Early Computers Abacus (ancient orient, still in use) Slide rule (17C,
TK 2123 COMPUTER ORGANISATION & ARCHITECTURE
CS 104 Introduction to Computer Science and Graphics Problems History of Computer 09/05/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
KEYBOARD – an input device used to type data.
COMPUTER SYSTEM.
© Prepared By: Razif Razali 1 CHAPTER ONE INTRODUCTION TO BASIC COMPUTER ARCHITECTURE.
Computer Architecture (Hardware Engineering) Dr. BEN CHOI Ph.D. in EE (Computer Engineering), The Ohio State University System Performance Engineer, Lucent.
Computer system & Architecture Chapter 2 Computer Evolution and Performance.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Computer Architecture – CSC 345 Dr. Robert Fisher —Office Hours: TTh – 11:00-11:45. Also after class. —Office: CSTI 607 —
01 Introduction – Computer Evolution & Performance Computer Organization.
CS 1410 Intro to Computer Tecnology Computers and History1.
Computer Programming History of Computers
The 4 Computer Generations. I n the beginning... A generation refers to the state of improvement in the development of a product. This term is also used.
Functional View & History – Page 1 of 34CSCI 4717 – Computer Architecture CSCI 4717/5717 Computer Architecture Topic: Functional View & History Reading:
Information Technology
CMSC 120: Visualizing Information 1/29/08 Introduction to Computing.
An overview of Computer System
COMP 268 Computer Organization and Assembly Language A Brief History of Computing Architecture.
IAS By : Hajer Ahmed Mohammed. ENIAC - details Decimal (not binary) Its memory contained 20 accumulators of 10 digits. 10 vacuum tubes represented each.
Chapter 1 Introduction. Understand the concept of a black box, a data processor, and a programmable data processor. Define the von Neumann model and name.
Unit One A Short History of the Computer 1.Passage One. The Introduction of ENIAC.
Chapter 1 Introduction.
General Concepts of Computer Organization Overview of Microcomputer.
Computer Architecture And Organization UNIT-II General System Architecture.
Computer Evolution. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania Trajectory tables for.
ITEC255 - C o mp u t er Orga n i z a t i on & A r c h i t ec t u r e International Islamic University Islamabad CS221 Computer Organization COMPUTER EVOLUTION.
ECE 456 Computer Architecture Lecture #2 - Architecture & Organization Instructor: Dr. Honggang Wang.
Introduction to Microprocessors
ENIAC Electronic Numerical Integrator and Computer.
a.Mecanical Era A mechanical computer is a computer whose components are gearwheel, shaft, crank, and plat made from iron/steel To move it, powerful energy.
Main memory Processor Bus Cache memory Figure 1.5.The processor cache.
Introduction Basic Computer Concepts Abacus  ultimate ancestors of today’s computers became the arithmetic tool of early merchants the only relation.
1 Chapter 2 Computer Evolution and Performance by Sameer Akram.
The four generations of digital Computer 1. The first generation computers 2. The second generation computers 3. The third generation computers 4. The.
Computer Architecture
Evolution of the Computer. Zeroth Generation- Mechanical 1.Blaise Pascal –Mechanical calculator only perform Von Leibiniz –Mechanical.
BITS Pilani Pilani Campus Pawan Sharma ES C263 Microprocessor Programming and Interfacing.
Chapter 1 Introduction.
William Stallings Computer Organization and Architecture 6th Edition
William Stallings Computer Organization and Architecture 6th Edition
PERKEMBANGAN KOMPUTER
Computer Organization
Chapter 1 Introduction.
CHAPTER 2 COMPUTER EVOLUTION
Computer Architecture
Computer Architecture and Organization
Generations of Modern Computer
BIC 10503: COMPUTER ARCHITECTURE
CSCI 4717/5717 Computer Architecture
Overview of Computer Architecture and Organization
PERKEMBANGAN KOMPUTER
Mauchly and Eckert John W. Mauchly (1907–1980) and J. Presper Eckert (1919–1995 ) headed the ENIAC team at the Moore School of Engineering, University.
AKT211 – CAO 02 – Computer Evolution and Performance
Computer Architecture
PERKEMBANGAN KOMPUTER
William Stallings Computer Organization and Architecture 6th Edition
Computer Evolution and Performance
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Chapter 0 Introduction Introduction Chapter 0.
Presentation transcript:

History of computers 1

ENIAC (Electronic Numerical Integrator And Computer) First Generation: Vacuum Tubes Under the supervision of Mauchly (EE professor) and Eckert (grad student) at University of Pennsylvania's Moore School of Electrical Engineering , proposed to build a general- purpose computer using vacuum tubes. The first general purpose electronic digital computer was designed to respond to US war time needs during world war II. A vacuum tube is : electronic device consisting of a system of electrodes arranged in an evacuated glass envelope 2

ENAIC Diagram It was 10 feet tall, occupied 1,000 square feet of floor- space, weighed in at approximately 30 tons 3

ENIAC (continued) In 1943, this proposal was accepted by the Army, and work began on the ENIAC. Finished work in 1946. Used more than 70,000 resistors,10,000 capacitors, 6,000 switches, and 18,000 vacuum tubes. Consumed 160 kilowatts of electrical power 4

ENIAC The ENIAC was decimal rather than a binary machine. That is, numbers were represented in decimal form and arithmetic was performed in the decimal system. The major drawback of the ENIAC was that it had to be programmed manually by setting switches and plugging and unplugging cables. ENIAC had no memory so every instruction had to be hard-wired by using switches. 5

The Von Neumann machine Neumann proposed for a new computer called EDVAC (Electronic Discrete Variable Automatic) Computer. Design for a new stored program computer started in 1946. In 1946, Von Neumann and his colleagues began the design of a new stored-program computer, at the Princeton Institute of Advanced Studies. 6

The Von Neumann machine The IAS computer, although not completed until 1952, is the prototype of all subsequent general-purpose computers. Figure 1 shows the general structure of the IAS computer. It consists of: 7

Structure of IAS machine Structure of IAS machine. Fig 1 PC : Keeps track of the next instruction to be executed. CPU: executes program instructions stored in main memory. 8

It consists of the following : Explanation. The Von Neumann machine It consists of the following : A main memory, . Since the CPU works in a fetch execute cycle. Main memory stores both data and instructions that will be executed by the cpu. An arithmetic-logical unit (ALU). CPU uses the ALU to perform mathematical calculations like addition, subtraction & multiplication . 9

A control unit, Interprets computer program instructions stored in memory and causes them to execute. It further transmits directions to the other components of the computer system. Input and output (I/O) equipment operated by the control unit. The Input device: reads required data into computer memory Output Device: Eg CRT monitor, printer receives final results for display / storage . 10

Structure of IAS 11

IAS Registers Registers : Temporarily storage areas and are basically for the cpu. Registers does store data temporary as it is fetched from main memory (RAM) Set of registers (storage in CPU) Memory Buffer Register (MBR) Memory Address Register (MAR) Instruction Register (IR) Program Counter (PC) - The first four registers are the major CPU registers Instruction Buffer Register (IBR) Accumulator (AC) Multiplier Quotient (MQ)

Second Generation The first major change in the electronic computer came with the replacement of the vacuum tube by the transistor. The second generation of computers relied on transistor technology. Transistors are smaller, cheaper and dissipate less heat than a vacuum tube Unlike the vacuum tube, which requires wires, metal plates, a glass capsule, and a vacuum, the transistor is a solid-state device, made from silicon. 13

Invented at Bell Labs by William Shockley et al. It has become widely accepted to classify computers into generations based on the fundamental hard­ware technology employed. Each new generation is characterized by greater processing performance, larger memory capacity, and smaller size than the previous one. The transistor is a three terminal, solid state electronic device. Used in Radios.

Growth in CPU Transistor Count 15

Third Generation The third generation computers used integration circuits (IC’s) which were made by combining several transistors together. Integrated circuits or IC semiconductor devices with several transistors built in one physical. 3G was developed due to weaknesses of 2G generating a lot of heat which damaged the sensitive parts of the computer. Each device is packaged and wired on the circuit board. IC’s started and this defined the third generation. An integrated circuit is an array of electronic circuits and components that has been diffused or implanted onto the surface of a single crystal, or chip, of semiconducting material such as silicon. 16

Later Generations Computers in the fourth and fifth generations based on advances in the integrated circuits technology. They used (LSI) and ( VLSI). Started with large-scale integration (LSI), that is over 1000 components placed on a single Integrated Circuit chip. Then to Very large-scale integration (VLSI) with more than 10,000 components 17

Computer Generation X-tics of generations Each generation of computer is characterized by a major technological development that fundamentally changed the way computers operate Miniaturization Portability, increase in speed. Reduction in processor heating. The history provides an overview of computer structure and the function 18

19

Summary of Computer Generations Vacuum Tubes. Transistors that were developed in bell balls. 3rd Generation. Integrated Circult. 4th & 5th Generation based on advanced in integrated circuit technology. LSI ( Large Scale Integration) VLSI ( Very Large Scale Integration) 20

Research Exercise i) To be attempted by all students before the next lecture. Research about computer generations and fill the table on slide 22. ii) Explain the term Miniaturization as used in computer generation. 21

SUMMARY OF COMPUTER GENERATIONS Year Range Example Machine Hardware Performance 1 1943-1946 ENAIC Vacuum Tubes 2Kb Memory, 10 KIPS 2 3 4 5 22