3.1 Introduction 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 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.
3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
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.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Processing Devices.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
SCSC 311 Information Systems: hardware and software.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
E0001 Computers in Engineering1 The System Unit & Memory.
Technology in Focus: Under the Hood
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.
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.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Organization & Assembly Language © by DR. M. Amer.
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.
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.
William Stallings Computer Organization and Architecture 6th Edition
Unit 2 Technology Systems
GCSE Computing - The CPU
The Central Processing Unit: What Goes on Inside the Computer
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
THE CPU i Bytes 1.1.
Edited by : Noor Alhareqi
Architecture & Organization 1
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Phnom Penh International University (PPIU)
Components of Computer
INTRODUCTION TO MICROPROCESSORS
Week 3 The Components of the System Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Architecture & Organization 1
BIC 10503: COMPUTER ARCHITECTURE
Computers: Tools for an Information Age
Computers Inside and Out
Central Processing Unit
Edited by : Noor Alhareqi
GCSE Computing - The CPU
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.1 Introduction 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 Also called CPU (long ago processor was spread over several boards and CPU was center unit) now all on 1 chip 1 inch square. CPU does all maths additions/subtractions Brains of computer

Types of Chips Intel makes a family of processors Other 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 Power PC joint developed by Motorolla IBM and Apple

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 Like a heart beat – electronic pulse used for synchronising One instruction e.g. ADD takes a number of steps/clocks and is called a machine cycle mSec – 1/1,000, uSec – 1/1,000,000, nSec – 1/1,000,000,000, pSec etc

Current Technology Capabilities and Limitations Moore’s Law Rate of increase in transistor density on microchips doubles every 18-24 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.2 Components of the CPU Control unit Arithmetic logic unit (ALU) 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 cycle CPU: 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.3 The 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 Building block Silicon can be altered to make these switches (Fabrication) Semi conductor - only conducts when voltage applied Micro contains millions of transistors

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 Conductivity Ability of an element to enable electron flow Resistance Loss of electrical power that occurs within a conductor Heat Negative 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.4 Future 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