Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.

Slides:



Advertisements
Similar presentations
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.
Advertisements

The Central Processing Unit (CPU) Understanding Computers.
The First Microprocessor By: Mark Tocchet and João Tupinambá.
How are they called?. Lesson Objectives All of you should be able to describe the parts of a personal computer Most of you should be able to identify.
CENTRAL PROCESSING UNIT
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
GCSE Computing - The CPU
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Measuring Performance
Computer Systems Computer Performance.
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.
Computing hardware CPU.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
Chapter 3: How to Speak Geek and Make Informed Purchasing Decisions
The Central Processing Unit
© CCI Learning Solutions Inc. 1 Lesson 2: Elements of a Personal Computer System unit Microprocessor chip How memory is measured What ROM is What RAM is.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Computer Hardware The Processing Unit.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
How are they called?.
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
The Central Processing Unit (CPU)
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.
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.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
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.
What am I Looking For? o Must o Be able to describe the: fetch-execute cycle; CPU-Cache-Memory cycle; Dual processor o Should o Be able to describe how.
What’s going on here? Can you think of a generic way to describe both of these?
Computer systems Quiz. The CPU What does CPU stand for?(1) Which 3 step cycle does the CPU follow?(1) In order to run, name 3 things that the CPU needs?(3)
Chapter 17 Looking “Under the Hood”
CPU Central Processing Unit
Computer Hardware What is a CPU.
Unit 2 Technology Systems
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.
The CPU, RISC and CISC Component 1.
The Central Processing Unit (CPU)
Chapter 2.1 CPU.
OCR GCSE Computer Science Teaching and Learning Resources
Data Representation Lesson 1 Speed and Storage Units KS3 COMPUTING
Discovering Computers 2011: Living in a Digital World Chapter 4
Elements of a Computer System
Nat 4/5 Computing Science Types of Computer and Performance
THE CPU i Bytes 1.1.
What happens inside a CPU?
1. Ann wants to purchase a new computer and is looking at two models
Computer Architecture 2
Teaching Computing to GCSE
Hardware The Hardware unit covers a wide range of different aspects:
CPU Central Processing Unit
CPU Central Processing Unit
Hook was a famous year for what…..?
CPU and Embedded Systems
CPU Key Revision Points.
Central Processing Unit
Unit 1.1 Systems Architecture Lesson 1
Software & hardware interaction
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
1-2 – Central Processing Unit
Chapter 17 Looking “Under the Hood”
Learning Objectives To be able to describe the purpose of the CPU
GCSE Computing - The CPU
WJEC GCSE Computer Science
Presentation transcript:

Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give examples of embedded systems

What affects CPU performance? The following are three of the most common factors which can affect a CPU’s performance Clock speed Processor cores Type and size of memory 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 processors linked together on a single chip

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

Multi-core processors A dual-core processor has two processors in the same integrated circuit, linked together A dual-core processor has twice the power but does not always perform twice as fast, because the software may not be able to take full advantage of both processors A quad-core processor has four linked processors

Cache memory Cache is a small amount of very fast, expensive memory in the CPU It can be accessed faster than regular main memory (RAM) Why is this useful for frequently used data? CPU Cache Main Memory

Levels of cache memory There are different ‘levels’ of cache: Level 1 cache is extremely fast but small (between 2-64KB), located very close to the processor Level 2 cache is fairly close to the processor, fairly fast and medium-sized (256KB-2MB) Some CPUs also have Level 3 cache, relatively large and close to RAM

Levels of cache memory

The benefits of cache The data used most often by the CPU is held in Level 1 cache so is instantly available In most systems, other data needed by the CPU is accessed from the Level 2 cache 95% of the time This greatly reduces the time that the CPU has to wait for data from main memory The size of the Level 2 cache, and whether it is actually on board (on the CPU) is a major factor in determining the performance of the CPU

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