1 CS402 PPP # 1 Computer Architecture Evolution. 2 John Von Neuman original concept.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Chapter 1 An Introduction To Microprocessor And Computer
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 4: Computer Performance.
Vacuum tubes Transistor 1948 –Smaller, Cheaper, Less heat dissipation, Made from Silicon (Sand) –Invented at Bell Labs –Shockley, Brittain, Bardeen ICs.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
Computer performance.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Computer Architecture CST 250 INTEL PENTIUM PROCESSOR Prepared by:Omar Hirzallah.
Processing Devices.
Computer Organization & Assembly Language
BLOCK DIAGRAM OF COMPUTER
Computer Architecture (Hardware Engineering) Dr. BEN CHOI Ph.D. in EE (Computer Engineering), The Ohio State University System Performance Engineer, Lucent.
C.S. Choy95 COMPUTER ORGANIZATION Logic Design Skill to design digital components JAVA Language Skill to program a computer Computer Organization Skill.
History – 2.
INTRODUCTION TO MICROPROCESSORS
Semiconductor Memory 1970 Fairchild Size of a single core –i.e. 1 bit of magnetic core storage Holds 256 bits Non-destructive read Much faster than core.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
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.
Lecture#14. Last Lecture Summary Memory Address, size What memory stores OS, Application programs, Data, Instructions Types of Memory Non Volatile and.
Computer Organization & Assembly Language
Computer architecture Microprocessor based computers.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 27 – A Brief History of the Microprocessor.
Pre-Pentium Intel Processors /
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
Lecture 1 ECE Spring 2000 ECE 291 Spring 2000 Lecture 1: Microprocessor Evolution & Organization Constantine D. Polychronopoulos Professor, ECE.
Processor Development The following slides track three developments in microprocessors since Clock Speed – the speed at which the processor can carry.
History of Microprocessor MPIntroductionData BusAddress Bus
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Computer Architecture And Organization UNIT-II General System Architecture.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Organization & Assembly Language © by DR. M. Amer.
Introduction to Microprocessors
Computer Architecture 2 nd year (computer and Information Sc.)
Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Microprocessors BY Sandy G.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
Architecture of Microprocessor
LBSC 690 Module 2 Architecture. Computer Explosion Last week examined explosive growth of computers. What has led to this growth? Reduction in cost. Reduction.
Chapter 5: Computer Systems Design and Organization Dr Mohamed Menacer Taibah University
CPU/BIOS/BUS CES Industries, Inc. Lesson 8.  Brain of the computer  It is a “Logical Child, that is brain dead”  It can only run programs, and follow.
Von Neumann Computers Article Authors: Rudolf Eigenman & David Lilja
The Evolution of the Intel 80x86 Architecture Chad Derrenbacker Chris Garvey Manpreet Hundal Tom Opfer CS 350 December 9, 1998.
Evolution of the Computer. Zeroth Generation- Mechanical 1.Blaise Pascal –Mechanical calculator only perform Von Leibiniz –Mechanical.
Lecture # 10 Processors Microcomputer Processors.
The Pentium Series CS 585: Computer Architecture Summer 2002 Tim Barto.
BITS Pilani Pilani Campus Pawan Sharma ES C263 Microprocessor Programming and Interfacing.
Hardware Architecture
William Stallings Computer Organization and Architecture 6th Edition
William Stallings Computer Organization and Architecture 6th Edition
HISTORY OF MICROPROCESSORS
HISTORY OF MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
HISTORY OF MICROPROCESSORS
عمارة الحاسب.
BIC 10503: COMPUTER ARCHITECTURE
What is Computer Architecture?
William Stallings Computer Organization and Architecture 6th Edition
CSE378 Introduction to Machine Organization
Presentation transcript:

1 CS402 PPP # 1 Computer Architecture Evolution

2 John Von Neuman original concept

3 Computer Architecture Evolution First computer was known as ENIAC (ELECTRONIC NUMERICAL INTEGRATOR AND COMPUTER). It was invented in 1946 at the University of Pennsylvania. Programming was done via hardwiring. John Von Neuman designed the EDVAC computer (Electronic Discrete Variable Automatic Computer) with the architecture used in today’s computers. It included stored programs and data. The first microprocessor was the Intel 4004 introduced in It was a 4-bit device with an Arithmetic Logic Unit, Control Unit and registers. The clock speed was 108KHz.

4 Computer Architecture Evolution 10 years later (1979 Intel introduced a 16-bit -internal bus, 8-bit- external bus microprocessor known as the The 8088 was used in IBM’s first Personal Computer. Intel's first 32-bit processor, the 386DX, was introduced in It was supplanted by the 486DX in The i486 featured a 32-bit architecture with on-chip data and address caches as well as an on-chip floating point processor. The 64-bit Pentium microprocessor was introduced in 1993 followed by the Pentium Pro, Pentium II (1997) and Pentium III.

5 Computer Architecture Evolution Today the latest microprocessor is Intel’s 2.2 GHz Pentium 4 with 512 MB of Cache memory. THE 5 BASIC COMPONENTS OF A COMPUTER ARE: –INPUT –OUTPUT –MEMORY –DATAPATH –CONTROL Datapath and Control are usually combined to form the processor.

6 Computer Architecture MAIN MEMORY (OFTEN REFERRED AS DRAM) –Bin for holding instructions and data for the applications run on the PC. –The processor grabs the information from this bin as needed and as dictated by the application running. DATAPATH –Performs the arithmetic Operations. CONTROL –Controls the flow of information between datapath, I/O devices, and memory.

7 Computer Architecture CACH MEMORY The cache memory is similar to the main memory but is a smaller bin that performs faster. The cache memory performs faster by accessing information in fewer clock cycles. Operating systems and applications use cache memory to store data or instructions that the processor is working with at the time, or is predicted to work with shortly; this allows the processor to get information quickly from the faster cache memory. The net result is a more efficient and faster running system. To keep the data and the instructions current, the system continuously updates the cache memory, moving information from your system's main memory to the cache memory