Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.

Slides:



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

The Central Processing Unit: What Goes on Inside the Computer.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
I/O Subsystem Organization and Interfacing Cs 147 Peter Nguyen
GCSE Computing - The CPU
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
CPU Describe the purpose of the CPU
A-Level Computing#BristolMet Session Objectives#4 MUST describe the differences between the main types of primary memory SHOULD describe the function and.
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
COMPONENTS OF THE SYSTEM UNIT
Processing Devices.
By Jacob Campbell. a motherboard is the central printed circuit board (PCB) in many modern computers and holds many of the crucial components of the system,
Chapter 3 Computer Hard ware
Computer Processing of Data
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 1 The Basics – System Unit Components.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Central Processing Unit
Btec National - COMPUTER Systems 1 Computer Systems Week 1 The Basics – System Unit Components.
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.
1 Unit 2: Computer Systems Session One Part One. 2 Aims: Discussion into what will be covered in this unit. Assessment Understand the basic principles.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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 Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Structure & Architecture 7b - CPU & Buses.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Computer Hardware – System Unit
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
Session 4 Teaching Computing to GCSE Level with Python.
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
Chapter 2.
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.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Advanced Diploma - Unit One 1 Computer Components Week 1 System Unit Components.
Chapter 2 content Basic organization of computer What is motherboard
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
CPU Central Processing Unit
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
GCSE Computing - The CPU
Systems Architecture Keywords Fetch Execute Cycle
GCSE OCR Computing A451 The CPU Computing hardware 1.
Part 1- Computer Systems Part 2 – Computer Architecture Mr Belony
Chapter 2.1 CPU.
GCSE COMPUTER SCIENCE Topic 4 - Computers 4.2 Hardware.
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Teaching Computing to GCSE
Unit 2: Computer Systems
Chapter 2: Computer Hardware
GCSE OCR 3 Memory Computer Science J276 Unit 1
Components of a CPU AS Computing - F451.
A451: Computer Systems and Programming
Unit 1.1 System Architecture Lesson 2
GCSE Computing - The CPU
Explorer Inside the Computer
Presentation transcript:

Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST identify components of a CPU Explore key factors affecting computer performance.

Processing Components Starter... Convert the binary digits 10 1101 to decimal (also known as denary) 16 8 4 2 1 X1 x0 x1 x1 x0 x1 =32 =0 =8 =4 =0 =1 = 32+0+8+4+2+1 = 45 All instructions and data are stored in a computer as binary numbers. The organisation and structure of a computers’ processing components is known as computer architecture.

Processing Components The Central Processing Unit (CPU or Processor) This is the core of every computer system and it processes instructions from the various programs that are running. They consist of 2 main components: i)the Control Unit (CU) which uses electrical signals to direct the system to excecute the instructions in stored programs. It controls the order and flow data to be executed ii)The Arithmetic and Logic Unit (ALU) which carries out all the mathematical and logical operations i.e addition, subtraction and comparisons (relational operations such as =, < and >) Think of the CU as a traffic controller and the ALU as a professor

Processing Components In order for a processor to function it also needs to access Main Memory or RAM (Random Access Memory) where the program data is stored whilst in operation (which have been fetched from the hard disk) Cache memory is used to store data whilst waiting to be processed, which enables the CPU to fetch the data it needs much quicker then going back to the main memory. You can consider this as a special type of RAM. ROM (Read Only Memory) – It useful to introduce this at this stage. This data can not be overwritten and the CPU will look to a store of this for the first program to load and exexute when turned on, known as the boot sequence. This data is NOT lost when the power is turned off.

Processing Components Main Memory (RAM) & Cache Memory are called Primary Storage (or Primary Memory). Knowledge Gap - What is secondary storage...? Cache memory is very fast memory and is located close to the CPU. It also a lot more expensive compared to standard RAM. Modern computers have Level 1 (L1), L2 and L3 Cache memory with the numbers referring to the distance from the CPU in that order. L1 is built into the chip itself. L3 is further away on the motherboard (Printed Circuit Board PCB) . The closer the cache the faster the CPU can access the data and execute instructions. NB Cache Memory and RAM are both known as volatile memory since they can be erased, which allows them to take on board new data. They also need power to store data.

Processing Components Speed of data transfer... TASK: Go shopping...Create a table and compare costs and quantities of secondary storage, RAM and CPU with cache memory. What are your conclusions?... TRANSFER SPEED INCREASES Secondary Storage RAM Cache memory CPU TYPE COST Quantity Secondary Storage RAM CPU (with cache)

Processing Components Data BUSES – the processing components are connected on the motherboard via circuits called buses which allow the transfer of data and control signals. The speed of the buses also affect how fast a computer can perform operations. TASK: Attempt to draw a block diagram illustrating the architecture of the given example.

Block diagram of computer architecture Main Memory (RAM) Other devices, Hard disk drives, USB ports, DVD drives Northbridge Front Side Bus (FSB) CPU (CU, ALU & LI Cache) Back Side Bus (BSB) Southbridge L2 Cache L3 Cache

RECAP Learning check – what do we now know??? Name the 2 components of a CPU? What are they used for? What is primary storage and what does it consist of? How is data transferred around a motherboard?

Interface to bus and L2 Cache Processing Componets A dual-core processor simply has 2 CPU’s working together. They may both have their own cache memory or may share L2 or L3 cache but since they can fetch, decode and execute instructions at the same time so the computer is able to process more instructions as a whole. What affect will this have on performance? TASK: Using sticky notes label as many internal parts of the computer as you can. CPU Core & L1 Cache CPU Core & L1 Cache Back Side Bus Interface to bus and L2 Cache

Processing Components Consolidate learning: Questions: What is the purpose of the CPU in a computer? What is a dual-core processor? What are the names given for CPUs with 4 cores, 6 cores and 8 cores?? Describe how cache memory and RAM are used by the CPU? Explain the differences between RAM & ROM Give a technical account of factors which affect computer performance. (A*)