The Central Processing Unit (CPU) Understanding Computers.

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

The CPU The Central Presentation Unit What is the CPU?
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: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Computer Hardware.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
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.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Figure 1-2 Inside the computer case
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Configuration.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
Lesson 2 — How Does A Computer Process Data?
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Introduction to Computers
2.0 Computer System.
The Central Processing Unit: What Goes on Inside the Computer
The Central Processing Unit
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
COMPUTER SCIENCE QUESTIONS… BY JACK. WHAT IS THE CPU? The cpu is the central processing unit.
Module 1: Concepts of information Technology.  Central processing unit (CPU)  Hard disk  Common input and output devices  Types of memory Main Parts.
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 BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Computer Structure & Architecture 7b - CPU & Buses.
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.
Session 4 Teaching Computing to GCSE Level with Python.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Sara Naheed Amjad Information Technology
Computer Systems Nat 4/5 Computing Science Computer Structure:
GCSE OCR Computing A451 The CPU Computing hardware 1.
Sara Naheed Amjad Information Technology
Parts of a Computer.
The Central Processing Unit (CPU)
Hardware specifications
Elements of a Computer System
The Central Processing Unit
THE CPU i Bytes 1.1.
Components of Computer
Describe the central processing unit including its role
Describe the central processing unit including its role
Introduction to Computers
08/28/06 parts of the computer.
CPU Central Processing Unit
Introduction to Computers
Introduction to Computer Architecture
Processing Computer Components.
GCSE OCR 3 Memory Computer Science J276 Unit 1
A451: Computer Systems and Programming
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
Objectives Describe the difference between RAM and ROM
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
A451 GCSE Computing | Hardware| Required knowledge
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
08/28/06 parts of the computer.
Computer components.
Presentation transcript:

The Central Processing Unit (CPU) Understanding Computers

Understanding Computers L2 – The CPU Learning Objectives Draw a block diagram of the main components of a computer: input, processor, output and storage. Explain what RAM and ROM are used for Distinguish between main memory and permanent storage devices Name the three stages in the Fetch Execute Cycle Define Hz, MHz and GHz and state how these relate to the speed of the processor

Understanding Computers L2 – The CPU What are these Components?

Understanding Computers L2 – The CPU The Components of a Computer Central Processing Unit (CPU) Input Output Main Memory Storage

Understanding Computers L2 – The CPU Fetch – Decode – Execute Cycle Decode Execute Fetch

Understanding Computers L2 – The CPU Fetch – Decode – Execute Cycle Computer has a list of instructions in memory to carry out. CPU Fetches top instruction from the list Instructions is passed to Decoder to interpret Decoder passes on the instruction Instruction is Executed or carried out CPU Fetches top instruction from the list…

Understanding Computers L2 – The CPU Activity Pupil 1 – holds instructions in the order they are to be processed Pupil 2 – fetches instruction and gives to Pupil 3 Pupil 3 – decodes instruction and tells Pupil 4 what to do Pupil 4 – executes the instruction

Understanding Computers L2 – The CPU Processor Speed 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?

Understanding Computers L2 – The CPU RAM vs ROM RAM stands for Random Access Memory ROM stands for Read Only Memory Some data needs to be permanently held in memory, even when the machine is switched off What does a computer do when you turn it on? Where are these instructions held?

Understanding Computers L2 – The CPU Plenary What is memory? What is the difference between a hard disk and memory? What is a processor?