Https://www.youtube.com/watch?v=HA96GwuvdVM.

Slides:



Advertisements
Similar presentations
The Central Processing Unit (CPU) Understanding Computers.
Advertisements

MEMORY HIERARCHY – Microprocessor Asst. Prof. Dr. Choopan Rattanapoka and Asst. Prof. Dr. Suphot Chunwiphat.
The Central Processing Unit: What Goes on Inside the Computer.
Discovering Computers 2010
INSTRUCTIONS 1.Set up the presentation to suit the reading ability of your class (see screenshot). A setting of 0.4 seconds between each word appearing.
CPU Processor Speed Timeline Speed =.02 Mhz Year= 1972 Transistors= 3500 It takes 66, CPU’s to equal 1 i7.
Computer Systems. Computer System Components Computer Networks.
GCSE Computing - The CPU
Introduction Computer Hardware Jess 2006 The CPU.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
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.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
INSTRUCTIONS 1.Set up the presentation to suit the reading ability of your class (see screenshot). A setting of 0.4 seconds between each word appearing.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 4 The Components of the System Unit. Today The System Unit Motherboard CPU Control Unit ALU Machine Cycle System Clock Data Representation Memory.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
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.
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
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.
Computer Hardware The Processing Unit.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
Hardware. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on hardware Work through the questions on the revision.
By Matthew Johnson & Nathan Woods. Input An input is something that gives information into the computer that can be processed such as: Keyboard Mouse.
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.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on 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)
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.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
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.
MAHARANA PRATAP COLLEGE OF TECHNOLOGY SEMINAR ON- COMPUTER PROCESSOR SUBJECT CODE: CS-307 Branch-CSE Sem- 3 rd SUBMITTED TO SUBMITTED BY.
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)
CPU Central Processing Unit
Computer Hardware What is a CPU.
GCSE OCR Computing A451 The CPU Computing hardware 1.
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
مقدمة في علوم الحاسب Lecture 5
THE CPU i Bytes 1.1.
Introduction to Computers
CPU and Embedded Systems
Introduction to Computers
CPU Key Revision Points.
Central Processing Unit
Computers Inside and Out
Learning Objectives To be able to describe the purpose of 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.
CPU Starter on shared area for pupils as they log on. L1 starter activity.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

https://www.youtube.com/watch?v=HA96GwuvdVM

The Central Processing Unit Lesson Objective: Understanding the CPU Learning Outcome: Define the keywords Describe fetch-decode-execute Why Cache is preferable to RAM How clock speed and cores affect performance Keywords: CPU, Cache, Fetch-decode-execute, clock speed, dual-core, quad-core.

Lets play cards!

CPU Instruction Cache Data Cache RAM Storage Device (Backing store) Instructions

Inside the CPU The CPU can only process one simple instruction at a time Each instruction is ‘Fetched’, ‘Decoded’ then ‘Executed’ The speed of the fetch-decode-execute cycle is determined by the clock speed

The CPU clock speed The speed is usually measured in GHz (GigaHertz) 1 GHz = 1000 Million cycles per second Think of this happening for each step of the fetch-decode-execute cycle.

Imagine the process like this:

CPU Multi-Core processors 2 processors = Duo 4 processors = Quad To prevent writing to the same location, each core needs its own cache. Core 2 Some tasks can be done much quicker with multiple processors Individual Cache Individual Cache Shared Cache

i7 = Quad (but can seem like more due to ‘clever stuff’!) Core processors In the exam you may be given specifications like this: 1.2 GHz Duo Processor In real life you will see specifications like this: Intel 2.5 GHz Core i7 i3 = Duo I5 = Quad i7 = Quad (but can seem like more due to ‘clever stuff’!)

Which computer will give the better performance?