OCR GCSE (9-1) Computer Science (J276)

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

The CPU The Central Presentation Unit What is the CPU?
Machine cycle.
Computer Components.
Introduction to Computer Systems
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
Lecture 13 - Introduction to the Central Processing Unit (CPU)
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
COMPUTER SYSTEM.
Computer Science 210 Computer Organization The von Neumann Architecture.
Central Processing Unit
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.
Introduction to Computing Systems from bits & gates to C & beyond The Von Neumann Model Basic components Instruction processing.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
What is a computer? Computer is a device for processing information.
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.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
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.
Central Processing Unit
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
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.
Dale & Lewis Chapter 5 Computing components
Lecture on Central Process Unit (CPU)
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
M211 – Central Processing Unit
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
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 ?
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;
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
OCR GCSE Computer Science Teaching and Learning Resources
Computing Science Computer Structure: Lesson 1: Processor Structure
A Ben Itaba Presentation
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)
3.3.3 Computer architectures
Components of Computer
Microprocessor and Assembly Language
General Architecture of Digital Computer
Computer Architecture
Hook – CPU Knowledge Check
Teaching Computing to GCSE
System Architecture 1 Chapter 2.
Functional Units.
COMS 161 Introduction to Computing
Basic Computer Organization
Fundamental of computer
1-2 – Central Processing Unit
Unit 1.1 System Architecture Lesson 2
GCSE OCR 1 The CPU Computer Science J276 Unit 1
A Top-Level View Of Computer Function And Interconnection
WJEC GCSE Computer Science
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
A451 GCSE Computing | Hardware| Required knowledge
Little work is accurate
Sec (2.3) Program Execution.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
OCR GCSE (9-1) Computer Science (J276)
Presentation transcript:

OCR GCSE (9-1) Computer Science (J276) (01) Computer Systems L2

Last lesson, we looked at: 1.1 Systems Architecture Recap…. Last lesson, we looked at: what is a computer system; defining a computer system; understanding the architecture of a computer system.

Recap…. 1.1 Systems Architecture Define a computer system. A Computer System is a combination of hardware and software components that allow input, processing and output of data.

1.1 Systems Architecture Computers systems are all around us. They are not just the PCs on the desk but include mobile phones, cash machines

1.1 Systems Architecture All computer systems must have input devices that get data from the real-world. This could be a mouse and keyboard on a conventional PC but could be a temperature sensor (thermistor) in a commercial greenhouse or the microphone on a mobile phone. Input devices take real-world data and convert it into a form that can be stored on the computer.

1.1 Systems Architecture The input from these devices is processed and the computer system will generate outputs. The output device could be a conventional computer screen or it could be a motor that opens a greenhouse window or the speaker that produces sound on a phone.

1.1 Systems Architecture Learning Objective: 1.1.1 Understand the purpose of the CPU; 1.1.3 Describe the structure of the CPU; 1.1.3 Describe the common components and their function: ALU, CU and Cache. We are going to spend the next 3 lessons looking at the Fundamentals of Computer Systems.

Keywords: Central Processing Unit (CPU) Von Neumann Architecture 1.1.1 Understand the purpose of the CPU; 1.1.3 Describe the structure of the CPU; 1.1.3 Describe the common components and their function: ALU, CU and Cache. Keywords: Central Processing Unit (CPU) Von Neumann Architecture MAR (Memory Address Register) MDR (Memory Data Register) ALU (Arithmetic Logic Unit) Accumulator

1. 1. 1 Understand the purpose of the CPU; 1. 1 1.1.1 Understand the purpose of the CPU; 1.1.3 Describe the structure of the CPU; 1.1.3 Describe the common components and their function: ALU, CU and Cache. Recap…. Define a CPU. It is the part of the computer that controls the interpretation and execution of instruction i.e. it processes the raw data and turns it into information.

The “brains” of the computer 1.1.1 Understand the purpose of the CPU; 1.1.3 Describe the structure of the CPU; 1.1.3 Describe the common components and their function: ALU, CU and Cache. The central processing unit (CPU) of a computer is the hardware that executes programs and manages the rest of the hardware. The “brains” of the computer Carries out instructions (Executes Instructions) Processes Data Retrieves Data/Instructions from Main Memory (Fetch) Stores Data into Main Memory once Executed

Complete the Systems Architecture CPU worksheet 1.1.1 Understand the purpose of the CPU; 1.1.3 Describe the structure of the CPU; 1.1.3 Describe the common components and their function: ALU, CU and Cache. TASK 1 Complete the Systems Architecture CPU worksheet

What is the purpose of the processor? 1.1.1 Understand the purpose of the CPU; 1.1.3 Describe the structure of the CPU; 1.1.3 Describe the common components and their function: ALU, CU and Cache. TASK 2 What is the purpose of the processor? Where are instructions that are currently in use stored? What else is stored in main memory? How are instructions executed by the processor?