Little work is accurate

Slides:



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

Machine cycle.
Computer Architecture and the Fetch-Execute Cycle
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 5: CPU and Memory.
Stored Program Concept: The Hardware View
1 Sec (2.3) Program Execution. 2 In the CPU we have CU and ALU, in CU there are two special purpose registers: 1. Instruction Register 2. Program Counter.
CPU Describe the purpose of the CPU
The Computer Processor
LOGO. Characteristics of Processors  Funtions  Is the central processing unit, performing all the processing, calculation and control systems.  The.
Basic Operational Concepts of a Computer
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Computer Science 210 Computer Organization The von Neumann Architecture.
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
Introduction to Computing Systems from bits & gates to C & beyond The Von Neumann Model Basic components Instruction processing.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
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.
Model Computer CPU Arithmetic Logic Unit Control Unit Memory Unit
Computer Science 101 Computer Systems Organization.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Structure & Architecture 7b - CPU & Buses.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Computer Studies/ICT SS2
© GCSE Computing Candidates should be able to:  describe the characteristics of an assembler Slide 1.
COMPILERS CLASS 22/7,23/7. Introduction Compiler: A Compiler is a program that can read a program in one language (Source) and translate it into an equivalent.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
20 October 2015Birkbeck College, U. London1 Introduction to Computer Systems Lecturer: Steve Maybank Department of Computer Science and Information Systems.
Dale & Lewis Chapter 5 Computing components
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Computer Babble Talk Dung X. Nguyen Rice University.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Software Design and Development Computer Architecture Computing Science.
3.1.4 Hardware a. describe the function and purpose of the control unit, memory unit and ALU (arithmetic logic unit) as individual parts of a computer;
Stored Program Concept Learning Objectives Learn the meaning of the stored program concept The processor and its components The fetch-decode-execute and.
CPU Lesson 2.
OCR GCSE Computer Science Teaching and Learning Resources
Systems Architecture Keywords Fetch Execute Cycle
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Von Neumann architecture
Chapter 10: Computer systems (1)
The Stored Program Computer
Starter: Stored Program Concept (von Neumann Architecture)
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Computer Systems – Memory & the 3 box Model
Computer Science 210 Computer Organization
THE CPU i Bytes 1.1.
von Neumann Architecture CPU
Microprocessor and Assembly Language
Computer Architecture
Hook – CPU Knowledge Check
Teaching Computing to GCSE
System Architecture 1 Chapter 2.
Little work is accurate
COMS 161 Introduction to Computing
Introduction to Computer Architecture
CPU Key Revision Points.
von Neumann Architecture CPU
1-2 – Central Processing Unit
Unit 1.1 System Architecture Lesson 2
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
OCR GCSE (9-1) Computer Science (J276)
Computer Architecture
Sec (2.3) Program Execution.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Little work is accurate Name: In this unit you will learn about: The purpose of the CPU The Von Neumann architecture Common CPU components and their function Grade Target Depth Understanding Comment 7-9 All aspects complete All work is accurate 5-6 Most aspects complete Most work is accurate 3-4 Some aspects complete Some work is accurate 1-2 Little work complete Little work is accurate Response: Unit description and mark scheme.

About the CPU 1. Complete the blank boxes. What the central processing unit (CPU) does: The CPU has a small amount of memory on the chip called registers. The registers are called: Acronym: Purpose: Stores the location in memory to be used by the MDR. Holds the address of where data is to be fetched or stored. Holds the data fetched from, or to be written to the memory. Holds the address of the next instruction. Holds the results of calculations. 1. Complete the blank boxes. This component performs calculations, e.g. addition/subtraction and logical decisions, e.g. does this equal…? The CPU also has these components: This component decodes instructions and sends signals to control how data moves around the CPU. This memory provides fast access to frequently used instructions and data without having to go to the main memory (RAM).

Factors affecting the speed of the CPU Description here Description here 2. Label three factors affecting the speed of a CPU. 3. Write a description of the factor. Description here

How the CPU works: the Von Neumann architecture MEMORY Address Data 1 Load Address 5 2 Add Address 6 3 Store in Address 6 4 End 5 23 6 12 CU ALU Cache 4. Label the registers in the boxes. 5. Over a series of duplicate slides show how the contents of the registers change as instructions are executed.