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.

Slides:



Advertisements
Similar presentations
Computer Memory and Data Transfer
Advertisements

Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
The Central Processing Unit (CPU) Understanding Computers.
The Central Processing Unit: What Goes on Inside the Computer.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Discovering Computers 2010
Chapter 5 Computing Components. The (META) BIG IDEA Cool, idea but maybe too big DATA – Must be stored somewhere in a storage device PROCESSING – Data.
GCSE Computing - The CPU
CPU Describe the purpose of the CPU
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.
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.

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.
The processor, (also known as a microprocessor or a CPU, which stands for Central Processing Unit), does all of the computing a computer does. In other.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Processing of Data
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
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.
User Side Factors. Download Speed Download speed from a user’s side, is how long it takes a webpage to load, once requested. The measurement for time.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
CSCI 101 Looking at Computers: Understanding the Parts 1.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Central Processing Unit: What Goes on Inside the 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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
© 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.
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.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
By Matthew Johnson & Nathan Woods. Input An input is something that gives information into the computer that can be processed such as: Keyboard Mouse.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
Central Processing Unit CPU or Processor. Central Processing Unit Components Control Unit Arithmetic & Logic Unit.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
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.
Computer Babble Talk Dung X. Nguyen Rice University.
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
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.
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?
CPU Central Processing Unit
Computer Hardware What is a CPU.
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit (CPU)
Chapter 2.1 CPU.
See if you can guess the keywords from the pictures below
Discovering Computers 2011: Living in a Digital World Chapter 4
THE CPU i Bytes 1.1.
Teaching Computing to GCSE
CPU Central Processing Unit
CPU Central Processing Unit
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
CPU Starter on shared area for pupils as they log on. L1 starter activity.
Presentation transcript:

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 typewriter fashion would suit a mid to high ability class 2.Print the key words slide and cut out the words. You could tape them to the underneath of chairs for random distribution if you wanted. 3.Run the presentation so that students skim and scan the text. This is a way of engaging students with the kind of text they would find in a textbook, but without the textbook! 4.Selected students take turns come to the front to draw their key word whilst others try to guess it. 5.Follow-up with the gap fill exercsie. This is a DART activity (Directed Activity Related to Text) designed to support literacy. It focuses on the strategies of: Skimming Scanning Gap Fill

Central Processing Unit (CPU) Intro The core of every computer is the Central Processing Unit. This directs the system to execute computer programs. In order to do this the computer needs access to: (a) random access memory or RAM, where programs are stored (b) cache memory which is used to store data waiting to be processed.

As soon as the computer starts up, the CPU runs an endless fetch-execute cycle, constantly fetching instructions and decoding them. The speed of the CPU is set by a chip which determines the CPUs clock speed, which is measured in Hertz. Data is moved around the system along a bus or pathway. A bus simply connects one part of the motherboard to another.

To improve performance of a computer we can use dual-core processors, which is simply two CPUs working together. Most modern processors are Quad Core. Information is stored in the form of a 0 or 1, otherwise known as a bit. 4 bits are called a nibble, 8 bits are called a byte bytes are called a kilobyte.

Central Processing Unit (CPU) The core of every computer is the Central Processing Unit. This directs the system to execute computer programs. In order to do this the computer needs access to: (a)random access memory or RAM, where programs are stored (b)cache memory which is used to store data waiting to be processed. As soon as the computer starts up, the CPU runs an endless fetch- execute cycle, constantly fetching instructions and decoding them. The speed of the CPU is set by a chip which determines the CPUs clock speed, which is measured in Hertz. Data is moved around the system along a bus or pathway. A bus simply connects one part of the motherboard to another. To improve performance of a computer we can use dual-core processors, which is simply two CPUs working together. Most modern processors are Quad Core. Information is stored in the form of a 0 or 1, otherwise known as a bit. 4 bits are called a nibble, 8 bits are called a byte bytes are called a kilobyte.

Pick a key word and draw it

EXECUTE BYTE HERTZ CACHE MEMORY RAM MOTHERBOARD BUS FETCH KILOBYTE CLOCK SPEED DUAL CORE CYCLE

Central Processing Unit (CPU) The core of every computer is the Central Processing Unit. This directs the system to execute computer programs. In order to do this the computer needs access to: (a)random access memory or RAM, where programs are stored (b) cache memory, which is used to store data waiting to be processed. As soon as the computer starts up, the CPU runs an endless fetch-execute cycle, constantly fetching instructions and decoding them. The speed of the CPU is set by a chip which determines the CPUs clock speed, which is measured in Hertz. Data is moved around the system along a bus or pathway. A bus simply connects one part of the motherboard to another. To improve performance of a computer we can use dual-core processors, which is simply two CPUs working together. Information is stored in the form of a 0 or 1, otherwise known as a bit. 4 bits are called a nibble, 8 bits are called a byte bytes are called a kilobyte. RAM kilobyte execute Processing cache nibble bus RAM Hertz motherboard