1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

The CPU The Central Presentation Unit What is the CPU?
Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
The Central Processing Unit: What Goes on Inside the Computer.
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
BA 471 Management Information Systems Hardware Basics.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
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.
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.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
BLOCK DIAGRAM OF COMPUTER
Lesson 3 — How a Computer Processes Data
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 4 The Central Processor and Memory.
C4- The Central Processing Unit: What Goes On Inside the Computer.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
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.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
The CPU (or Central Processing Unit. Statistics Clock speed – number of instructions that can be executed per second Data width – The number of bits held.
Computing and the Web Computer Hardware Components.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 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,
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
5-1 Computer Components Consider the following ad.
How computers work The CPU & Memory. The parts of a computer.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
The Central Processing Unit (CPU) and the Machine Cycle.
Model Computer CPU Arithmetic Logic Unit Control Unit Memory Unit
General Concepts of Computer Organization Overview of Microcomputer.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Studies/ICT SS2
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
Central Processing Unit Part I Bayram Güzer. Central Processing Unit Central processing unit is a control center that converts data input to information.
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Objectives Identify the components of the central processing unit and how they work together and interact with memory Describe how program instructions.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Computers are general purpose tools built around a micro processor.
CHAPTER (3) The Central Processing Unit (CPU) Emad Salem.
The Central Processing Unit: What Goes on Inside the Computer
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit (CPU)
The Central Processing Unit
Components of Computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Teaching Computing to GCSE
CS149D Elements of Computer Science
Central Processing Unit
Basic Computer Organization
Computers: Tools for an Information Age
Central Processing Unit
GCSE OCR 1 The CPU Computer Science J276 Unit 1
WJEC GCSE Computer Science
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
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 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control unit –Arithmetic/Logic Unit (ALU) Control Unit ALU Registers Memory CPU

2 ALU Executes all arithmetic and logical operations –Arithmetic operations Addition, subtraction, multiplication, division –Logical operations Compare numbers, letters, or special characters Tests for one of three conditions –Equal-to condition, Less-than condition, Greater-than condition –Branch to different instructions

3 Registers Registers: temporary place for instructions and data. All instructions and data must be placed in registers before being executed and processed High-speed temporary storage areas Work under direction of control unit A special register, called program counter, keeps the track of where the next instruction to be executed or needed data is stored

4 Control unit 1.Direct the computer system to execute stored program instructions 2.Tell ALU what to do 3.Storage operations –Moving data/instructions between registers and memory –Moving data/instructions secondary storage and memory as needed

5 Memory Primary storage –Often expressed as random-access memory (RAM) Holds data and instructions for processing Stores instructions and data of a running program

6 CPU and memory CPU cannot process data from disk or input device Items sent to ALU for processing Data and instructions held in memory until sent to an output or storage device or program is shut down

7 CPU and Instructions An instruction is the basic operation a CPU can execute. Each CPU is designed to implement a set of instructions Types of instructions

8 How the CPU executes instructions Four steps performed for each instruction 1.Fetch 2.Decode 3.Compute 4.Save

9 Machine cycles Machine cycle: the amount of time needed to execute an instruction Personal computers execute in less than one millionth of a second Supercomputers execute in less than one trillionth of a second

10 Instruction time Also called I-time Control unit gets instruction from memory and puts it into a register Control unit decodes instruction and determines the memory location of needed data

11 Execution time Control unit moves data from memory to registers in ALU –ALU executes instruction on the data Control unit stores result of operation in memory or in a register

12 Computer processing speeds Instruction speeds measured in fractions of seconds –Millisecond: one thousandth of a second –Microsecond: one millionth of a second –Nanosecond: one billionth of a second Modern computers have reached this speed –Picoseconds: one trillionth of a second Measure of system clock speed

13 The machine cycle and system clock System clock synchronizes operations One instruction takes one or more clock cycle Hz Clock cycle time: