Central Processing Unit

Slides:



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

Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
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.
CENTRAL PROCESSING UNIT
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
Introduction Computer Hardware Jess 2006 The CPU.
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Technology in Focus: Under the Hood
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
Operation Frequency No. of Clock cycles ALU ops % 1 Loads 25% 2
The Central Processing Unit
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
How computers work The CPU & Memory. The parts of a computer.
The Central Processing Unit (CPU) and the Machine Cycle.
Parts of a Computer - Introduction
Computer Hardware The Processing Unit.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
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 CPU or Processor. Central Processing Unit Components Control Unit Arithmetic & Logic Unit.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
Session 4 Teaching Computing to GCSE Level with Python.
Computer Hardware – Part 2 Basic Components V.T. Raja, Ph.D., Information Management Oregon State University.
Computer Performance. Hard Drive - HDD Stores your files, programs, and information. If it gets full, you can’t save any more. Measured in bytes (KB,
Central Processing Unit (CPU) The Computer’s Brain.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Computer Hardware What is a CPU.
Unit 2 Technology Systems
The Central Processing Unit: What Goes on Inside the Computer
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
The Central Processing Unit (CPU)
Introduction Computer Hardware Jess 2006
The Central Processing Unit
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Architecture 2
Introduction to Computers
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
A451: Computer Systems and Programming
Introduction to Computers
CPU Key Revision Points.
Chapter 2: Computer Hardware
Central Processing Unit
Logical Computer System
Game CPU (Central Processing Unit)
Learning Objectives To be able to describe the purpose of the CPU
WJEC GCSE Computer Science
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Central Processing Unit The CPU Central Processing Unit

The Computer System Remember our computer system? CPU Input Unit Output Unit Memory (RAM) Unit

CPU Now we take a closer look inside the CPU CPU Arithmetic and Logic (ALU) Control

Executing Instructions All instructions in a computer are either control instructions or arithmetic/logic instructions So each instruction is either handled by the ALU or the control unit

ALU Most computer operations are executed in the arithmetic and logic unit or ALU The ALU is responsible for performing mathematical as well as logical operations Mathematical operations include addition, subtraction, division, multiplication, modulo Logical operations include evaluating conditions

Control Unit The control unit is the nerve centre of the computer It handles instructions dealing with control signals You can think of the control unit as a manager that controls information flow in a computer

Computer Performance The most important measure of a computer is how quickly it can execute programs The processor is controlled by a clock where one basic instruction is completed in one clock cycle So if a clock cycle is shorter, then the computer takes less time to execute a basic instruction

Which means we would have a FASTER computer!

Computer Performance Let P be the length of one clock cycle The measure of a computer is the clock rate, R = 1/ P Thus, when P is small, R is large

Computer Performance R is measured in cycles per second or Hertz (Hz) Computers today have clock rates in the billions The term “million” is denoted by the prefix Mega (M) and “billion” by Giga (G)

Computer Performance So a 500 MHz processor operates at 500 million cycles per second A 2 GHz processor operates at 2 billion cycles per second This is the number of basic instructions the processor can go through in 1 second

Practice How long does it take a computer to execute a basic instruction if the processor clock rate is 3.2 GHz? If a processor can execute a basic instruction in 0.8 ns (nanoseconds), what is the clock rate of the computer?