GCSE OCR Computing A451 The CPU 2-1-2 Computing hardware 1.

Slides:



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

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
The Central Processing Unit (CPU) Understanding Computers.
The Central Processing Unit: What Goes on Inside the Computer.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
GCSE Computing - The CPU
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
CPU Describe the purpose of the CPU
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
Computer Processing of Data
Computing hardware CPU.
Central Processing Unit
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.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
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.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
The Central Processing Unit (CPU) and the Machine Cycle.
Parts of a Computer - Introduction
Computer Hardware The Processing Unit.
Computer Structure & Architecture 7b - CPU & Buses.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
Central Processing Unit
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
General Computer Knowledge COE 201- Computer Proficiency.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
Session 4 Teaching Computing to GCSE Level with Python.
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
The CPU Central Processing Unit. Activity 1 5 minutes to discuss and feedback on the following: 1.What is this? 2.What is it for? What do you notice ?
Software Design and Development Computer Architecture Computing Science.
Computer Hardware What is a CPU.
GCSE Computing - The CPU
The CPU, RISC and CISC Component 1.
The Central Processing Unit (CPU)
Chapter 10: Computer systems (1)
Chapter 2.1 CPU.
Introduction Computer Hardware Jess 2006
OCR GCSE Computer Science Teaching and Learning Resources
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Elements of a Computer System
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computer Architecture 2
Teaching Computing to GCSE
CPU Central Processing Unit
CPU Central Processing Unit
A451: Computer Systems and Programming
CPU and Embedded Systems
Central Processing Unit
CPU Key Revision Points.
Central Processing Unit
1-2 – Central Processing Unit
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.
Learning Objectives To be able to describe the purpose of the CPU
GCSE Computing - The CPU
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.
Little work is accurate
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

GCSE OCR Computing A451 The CPU 2-1-2 Computing hardware 1

Objectives State the purpose of the CPU Describe the function of the CPU as fetching and executing instructions stored in memory Explain how common characteristics of CPUs such as clock speed, cache size and number of cores affect their performance

What is this?

The CPU

Central Processing Unit (CPU) The Central Processing Unit or CPU is arguably the most important component of a computer What does it do? If it was one organ in the human body what would it be?

Central Processing Unit (CPU) You can think of the CPU is being like the brain in a human It is responsible for all of a computers processing

The main components of a computer MAIN MEMORY AUXILIARY STORAGE CENTRAL PROCESSING UNIT (CPU) INPUT DEVICES OUTPUT

The purpose of the CPU The Control Unit The ALU Registers Cache The CPU is split into many parts internally Two of its major parts are: The Control Unit The ALU Registers Cache Control Unit Arithmetic Logic Unit (ALU) Main Memory (RAM) Central Components of a Computer CPU Registers Cache

Arithmetic Logic Unit (ALU) Performs two sorts of operations on data: Arithmetic operations addition, subtraction, multiplication, division Logical operations comparing one data item to another: is it smaller than, greater than or equal to?

The Control Unit “The control unit co-ordinates and controls all the operations carried out by the computer.” Controls and monitors hardware attached to the system Controls input and output of data Controls the flow of data within the CPU

Registers Little storage locations that hold one instruction. These are there waiting to be processed Once processed the registers are deleted and the process starts again.

Cache Short term volatile memory Speeds up the process of the computer as the cache is in the CPU 3 Mb capacity

The Fetch - Decode - Execute cycle

Perform an arithmetic or logical operation The Fetch - Decode - Execute cycle Fetch Step Execute Step Main Memory Load data from memory Store data in memory Perform an arithmetic or logical operation Decode Step CPU Program Counter

Fetch – Decode – Execute The CPU operates by repeating three operations: FETCH – causes the next instruction and any data involved to be fetched from main memory DECODE – decodes the instruction to make sure it can be carried out EXECUTE – carries out the instruction Repeat…

What affects CPU performance? The following are three of the most common factors which can affect a CPU’s performance Clock Speed Number of Cores Cache Size Which have you heard of? Can you explain them?

Factors affecting CPU performance Clock speed Cache size Cycles per second measured in hertz Superfast working memory Number of cores The number of duplicate CPUs on a single chip

Processor Speed How fast is your computer’s processor? One cycle per second = 1 Hertz (Hz) = 1 instruction carried out each second 1 Kilohertz (KHz) = 1024 cycles per second 1 Megahertz (MHz) = 1,048,576 cycles per second 1 Gigahertz (GHz) = 1,073,741,824 cycles per second (Approximately 1 billion!) How fast is your computer’s processor?

Cache memory Cache is a small amount of memory in or near the CPU When an instruction is fetched from main memory it is copied into the cache so if it is needed again soon after, it can be fetched from the cache instead which is much quicker than going back to main memory CPU Cache Main Memory

Which is faster? A dual core processor running at 2.7GHz with 4Mb of shared Level 3 Cache A quad core processor running at 1.5GHz with 8Mb of shared Level 3 Cache A single core processor running at 3.2GHz with 2Mb of shared Level 3 Cache A dual core processor running at 3.2GHz with 4Mb of shared Level 3 Cache Calculate the maximum number of cycles per second in each case and rank them in order of performance

Worksheet 1 The Central Processing Unit

Plenary What is the main purpose of the CPU? How does the CPU operate? Name three common factors which affect how fast a CPU can perform