3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

The System Unit What is the system unit?
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
Processor Technology and Architecture
Computer Hardware Processing and Internal Memory.
Chapter 4 Processor Technology and Architecture. Chapter goals Describe CPU instruction and execution cycles Explain how primitive CPU instructions are.
MIS 175 Spring Learning Objectives When you finish this chapter, you will: –Recognize major components of an electronic computer. –Understand how.
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in.
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.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Processing Devices.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor and Memory.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
SCSC 311 Information Systems: hardware and software.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Technology in Focus: Under the Hood
Module 2 - Systems MIS5122: Enterprise Architecture for IT Auditors.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
1Module 5: CPU How the CPU executes instructions Each CPU has its own instruction set Instructions are fundamental operations such as addition, load/save,
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition Copyright © 2016 Pearson Education, Inc.0.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Cis303a_chapt04.ppt Chapter 4 Processor Technology and Architecture Internal Components CPU Operation (internal components) Control Unit Move data and.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Organization & Assembly Language © by DR. M. Amer.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical strokes, with two spaces on either side Disclaimer.
Central Processing Unit (CPU)
The Computer System.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Chapter 2 Turning Data into Something You Can Use
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
Systems Architecture, Fourth Edition 1 Processor Technology and Architecture Chapter 4.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Lecture # 10 Processors Microcomputer Processors.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
TECHNOLOGY IN ACTION. Technology in Focus Under the Hood.
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Chapter 4 Processor Technology and Architecture
The Central Processing Unit
MIS5122: Enterprise Architecture for IT Auditors
Edited by : Noor Alhareqi
Phnom Penh International University (PPIU)
INTRODUCTION TO MICROPROCESSORS
Week 3 The Components of the System Unit
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
BIC 10503: COMPUTER ARCHITECTURE
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
Central Processing Unit
Edited by : Noor Alhareqi
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:

3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components: –Central processing unit –Registers –System clock

Types of Chips 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 –Cyrix and AMD make Intel-compatible microprocessors –PowerPC chips used primarily in Macintosh computers –HP’s Alpha microprocessor used in high-end servers

Microprocessor Speeds Measure of system clock speed –How many electronic pulses the clock produces per second –Usually expressed in gigahertz (GHz) Billions of machine cycles per second Some old PCs measured in megahertz (MHz) Comparison of clock speed only meaningful between identical microprocessors CPU cycle time – inverse of clock rate

Current Technology Capabilities and Limitations Moore’s Law –Rate of increase in transistor density on microchips doubles every months with no increase in unit cost Rock’s Law –Cost of fabrication facilities for chip generation doubles every four years Increased packing density Electrical resistance

3.2Components of the CPU Control unit –Moves data and instructions between main memory and registers Arithmetic logic unit (ALU) –Performs computation and comparison operations Set of registers –Storage locations that hold inputs and outputs for the ALU

Actions Performed by CPU Fetch cycleCPU: Fetches an instruction from primary storage Increments a pointer to location of next instruction Separates instruction into components (instruction code and data inputs) Stores each component in a separate register Execution cycle ALU: Retrieves instruction code from a register Retrieves data inputs from registers Passes data inputs through internal circuits to perform data transformation Stores results in a register

CPU Registers Primary roles –Hold data for currently executing program that is needed quickly or frequently (general- purpose registers) –Store information about currently executing program and about status of CPU (special- purpose registers)

General-Purpose Registers Hold intermediate results and frequently needed data items Used only by currently executing program Implemented within the CPU; contents can be read or written quickly Increasing their number usually decreases program execution time to a point

Special-Purpose Registers Track processor and program status Types –Instruction register –Instruction pointer –Program status word (PSW) Stores results of comparison operation Controls conditional branch execution Indicates actual or potential error conditions

Word Size Number of bits a CPU can process simultaneously Increasing it usually increases CPU efficiency, up to a point Other computer components should match or exceed it for optimal performance Implications for system bus design and physical implementation of memory

3.3The Physical CPU Electrical device implemented as silicon- based microprocessor Contains millions of switches, which perform basic processing functions Physical implementation of switches and circuits

Transistors Electronic switches that may or may not allow electric current to pass through –If current passes through, switch is on, representing a 1 bit –Otherwise, switch is off, representing a 0 bit

Switches and Gates Basic building blocks of computer processing circuits Electronic switches –Control electrical current flow in a circuit –Implemented as transistors Gates –An interconnection of switches –A circuit that can perform a processing function on an individual binary electrical signal, or bit

Electrical Properties ConductivityAbility of an element to enable electron flow ResistanceLoss of electrical power that occurs within a conductor HeatNegative effects of heat: Physical damage to conductor Changes to inherent resistance of conductor Dissipate heat with a heat sink Speed and circuit length Time required to perform a processing operation is a function of length of circuit and speed of light Reduce circuit length for faster processing

Processor Fabrication Performance and reliability of processors has increased with improvements in materials and fabrication techniques –Transistors and integrated circuits (ICs) –Microchips and microprocessors First microprocessor (1971) – 2,300 transistor Current memory chip – 300 million transistors

3.4Future Trends Semiconductors are approaching fundamental physical size limits Technologies that may improve performance beyond semiconductor limitations –Optical processing –Hybrid optical-electrical processing –Quantum processing

Optical Processing Could eliminate interconnection and simplify fabrication problems; photon pathways can cross without interfering with one another Eliminating wires would improve fabrication cost and reliability Not enough economic incentive to be a reality yet

Electro-Optical Processing Devices provide interface between semiconductor and purely optical memory and storage devices –Gallium arsenide (both optical and electrical properties) –Silicon-based semiconductor devices (encode data in externally generated laser light)

Quantum Processing Uses quantum states to simultaneously encode two values per bit (qubit) Uses quantum processing devices to perform computations Theoretically well-suited to solving problems that require massive amounts of computation