Game CPU (Central Processing Unit)

Slides:



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

Memory. Memory.
Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
Computer Systems. Computer System Components Computer Networks.
GCSE Computing - The CPU
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
Introduction Computer Hardware Jess 2006 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.
The Computer Processor
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU Fetch/Execute Cycle
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
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.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
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.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
Topic 1Topic 2Topic 3Topic 4Topic
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
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.
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 Systems - Registers. Starter… Discuss in pairs the definition of the following Control Unit Arithmetic and Logic Unit Registers Internal clock.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
Computer Structure & Architecture 7b - CPU & Buses.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
Central Processing Unit
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
TOPIC: CENTRAL PROCESSING UNIT PRESENTED BY: MS. AMBER AMAR.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
The CPU Central Processing Unit. Activity 1 5 minutes to discuss and feedback on the following: 1.What is this? 2.What is it for? What do you notice ?
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Computer Hardware What is a CPU.
GCSE Computing - The 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
OCR GCSE Computer Science Teaching and Learning Resources
Stored program concept
Central Processing Unit (CPU)
THE CPU i Bytes 1.1.
Components of Computer
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
CPUs and Motherboards Cody, Emily, and Slavic.
Computer Architecture 2
Little work is accurate
A451: Computer Systems and Programming
Central Processing Unit
CPU Key Revision Points.
A451: Computer Systems and Programming
Chapter 6: Understanding and Assessing Hardware
GCSE OCR 1 The CPU Computer Science J276 Unit 1
GCSE Computing - The CPU
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Architecture
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Game CPU (Central Processing Unit) This student is given the program to run and is responsible for telling the other components (students) what they need to do. ALU/Memory (Arithmetic/Logic Unit & Memory) This student keeps track of the current values of x and y and performs any math operations requested by the CPU. Display This student responds to “plot” commands from the CPU by plotting the x,y values on the display grid.

ALU Display CPU

Discussion What is the purpose of the exercise? The single-most important “take-away” from this exercise is the following: The computer had no idea what was being drawn on the display - it was just mindlessly following the instructions in the program. Does the computer understand what it is doing? Drawing a picture of a cat is the same (from the computer's perspective) as drawing a picture of a dog - it's just a series of instructions to execute. Whose responsibility is it to make sure the computer works properly? What happens if the CPU tells the display to plot an x or y value that is greater than 9? What happens if the CPU is faster than the display? What happens if the display is faster than the CPU?

True OR False CPU stands for Central Processing Unit The ALU performs calculates and arithmetic. Clock speed is a measure of memory The program counter keeps track of which program instruction is currently being executed The Central Unit controls the memory Decode, Fetch, execute The IAS performs logic calculation CPU speed is measured in Hertz processors can only have one core