1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in.

Slides:



Advertisements
Similar presentations
The Central Processing Unit: What Goes on Inside the Computer
Advertisements

Chapter 4 The Central Processing Unit
Welcome to CMPE003 Personal Computers: Hardware and Software Dr. Chane Fullmer Fall 2002 UC Santa Cruz.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Characteristics of a Microprocessor. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used.
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
Instructor: Sazid Zaman Khan Lecturer, Department of Computer Science and Engineering, IIUC.
CENTRAL PROCESSING UNIT
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
The Central Processor and Memory
CSCE101 – 4.2, 4.3 October 17, Power Supply Surge Protector –protects from power spikes which ruin hardware. Voltage Regulator – protects from insufficient.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Chapter 4 The Central Processing Unit: What goes on Inside the Computer.
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor.
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
Measuring Performance
Computer Systems Computer Performance.
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Central Processing Unit Part III Bayram Güzer. Personal Computer Chips The chips in personal computers is attached to the motherboard. Flat main circuit.
Computer Architecture CST 250 INTEL PENTIUM PROCESSOR Prepared by:Omar Hirzallah.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Information and Communication Technology Fundamentals Credits Hours: 2+1 Instructor: Ayesha Bint Saleem.
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor and Memory.
CPUs Used in Personal Computers Powered by DeSiaMore1.
C4- The Central Processing Unit: What Goes On Inside the Computer.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Computer Organization & Assembly Language
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
1 Intro to Info Tech System Unit Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction set 4. Important features of CPUs.
Pre-Pentium Intel Processors /
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
The Central Processing Unit: What Goes on Inside the Computer
Processor Development The following slides track three developments in microprocessors since Clock Speed – the speed at which the processor can carry.
1Module 5: CPU How the CPU executes instructions Each CPU has its own instruction set Instructions are fundamental operations such as addition, load/save,
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
T HE C ENTRAL P ROCESSING U NIT : W HAT G OES ON I NSIDE THE C OMPUTER By : Mr. Johny Anthony.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Session 4 Teaching Computing to GCSE Level with Python.
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
Computer Hardware – Part 2 Basic Components V.T. Raja, Ph.D., Information Management Oregon State University.
8085 FAQ R.RAJKUMAR DEPT OF CSE SRM UNIVERSITY. FAQ What is a Microprocessor? - Microprocessor is a program-controlled device, which fetches the instructions.
Central Processing Unit (CPU) The Computer’s Brain.
Lecture # 10 Processors Microcomputer Processors.
The Central Processing Unit: What Goes on Inside the Computer.
Unit 3 Processors and Memory Section B Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and.
The Central Processing Unit: What Goes on Inside the Computer
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit: What Goes on Inside the Computer
Lesson 8 CPUs Used in Personal Computers.
Basic Computer Organization
CPU Central Processing Unit
3.1 Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
Computers: Tools for an Information Age
Computers Inside and Out
Lesson 8 CPUs Used in Personal Computers.
Computers: Tools for an Information Age
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in frequency (unit Hz) 1 Hz = 1 cycle / second Kilohertz (KHz), Megahertz (MHz), Gigahertz (GHz) –Or how much time for each cycle: clock cycle time clock cycle time = 1 / clock frequency Second, millisecond, microsecond, nanosecond Comparison of clock speed only meaningful between identical microprocessors

2 Other performance measures Millions of Instructions per Second (MIPS) –High-speed personal computers can perform over 500 MIPS –Typically a more accurate measure of performance than clock speed Megaflop: one million floating-point operations –Measures ability of computer to perform complex mathematical operations

3 Types of microprocessors Microprocessor Intel makes a family of processors –Pentium III and Pentium4 processors in most PCs –Celeron processor sold for low-cost PCs –Xeon and Itanium for high-end workstations and network servers Other processors –AMD make Intel-compatible microprocessors –PowerPC chips used primarily in Macintosh computers –Compaq’s Alpha microprocessor used in high-end servers

4 Factors to CPU performance Size of word Larger word mean more information can be processed by each instruction Fast system frequency means more instructions can be done in a unit of time or equivalently short clock cycle time means each instruction can be done an short time Small number of clock cycles for each instruction more instruction can be done in a unit time Power consumption

5 Silicon technology The size of a transistor –New technology makes the size of a transistor smaller and smaller! –Unit used to measure the size –Majority: 0.13 micro meter or 130 nano meter Moving to 0.09 micro meter or 90 nano meter Advanced: 65 nano meters Next a year: 45 nano meters Limit 10 nano meter?

6 Processor trends The numbers of transistors in a CPU Word size Frequency Number of processors on a chip Voltage

7 Factors of system performance CPU speed Memory size Front bus speed Access speed to storage

8 Storage hierarchy Register Cache Main memory Secondary storage, such hard drive

9 Cache A temporary storage area –Speeds up data transfer within computer Processor cache Control Unit ALU Registers Memory CPU Cache L1 Cache L2

10 Processor cache A small block of high-speed memory –Stores most frequently and most recently used data and instructions Microprocessor looks for what it needs in cache first –Transferred from cache much faster than from memory –If not in cache, control unit retrieves from memory The more cache “hits” the faster the system performance Internal (Level 1) cache built into microprocessor –Fastest access, but highest cost External (Level 2) cache on separate chip –Incorporated into processor on some current microprocessors