System Architecture 1 Chapter 2.

Slides:



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

Machine cycle.
Computer Architecture and the Fetch-Execute Cycle
Central Processing Unit
Microprocessor.  The CPU of Microcomputer is called microprocessor.  It is a CPU on a single chip (microchip).  It is called brain or heart of the.
The CPU. Parts of the CPU Control Unit Arithmetic & Logic Unit Registers.
Stored Program Concept: The Hardware View
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
GCSE Computing - The CPU
The Computer Processor
CPU Fetch/Execute Cycle
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Computer Science 210 Computer Organization The von Neumann Architecture.
Computer Architecture and the Fetch-Execute Cycle
Computer Architecture and the Fetch-Execute Cycle
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
Model Computer CPU Arithmetic Logic Unit Control Unit Memory Unit
D75P 34 – HNC Computer Architecture Week 1 Main Components Of A Processor © C Nyssen/Aberdeen College 2003 All images © C Nyssen /Aberdeen College unless.
Fetch-execute cycle.
Computer Systems - Registers. Starter… Discuss in pairs the definition of the following Control Unit Arithmetic and Logic Unit Registers Internal clock.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Studies/ICT SS2
Computer Systems Organization
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
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
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Lec 4-2 Five operations of the machine cycle Fetch- fetch the next program instruction from memory. (PC+1); instruction to IR Decode- decode the instruction.
What’s going on here? Can you think of a generic way to describe both of these?
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 Architecture 1 CPU IAS (The computer’s main memory) Store (e.g. Disk, DVD) Input/output Interfaces Clock Bus Keyboard, printer, mouse monitor,
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
GCSE Computing - The CPU
Computing Science Computer Structure: Lesson 1: Processor Structure
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)
Chapter 2.1 CPU.
OCR GCSE Computer Science Teaching and Learning Resources
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Computer Science 210 Computer Organization
3.3.3 Computer architectures
Lesson Objectives A note about notes: Aims
THE CPU i Bytes 1.1.
Computer Architecture 2
Teaching Computing to GCSE
Number Representations and Basic Processor Architecture
Computer Science 210 Computer Organization
COMS 161 Introduction to Computing
CPU Key Revision Points.
The Little Man Computer
Components of a CPU AS Computing - F451.
1-2 – Central Processing Unit
Unit 1.1 System Architecture Lesson 2
GCSE OCR 1 The CPU Computer Science J276 Unit 1
GCSE Computing - The CPU
A Top-Level View Of Computer Function And Interconnection
Information Representation: Machine Instructions
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
Little work is accurate
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

System Architecture 1 Chapter 2

OCR GCSE Computer Science Chapter 2: Systems architecture Von Neumann architecture describes a computer architecture in which: the data and the program are both stored in the computer’s memory in the same place all instructions and data will be stored in the same place as binary numbers. This means data and instructions are indistinguishable from each other in memory.

OCR GCSE Computer Science Chapter 2: Systems architecture The central processing unit (CPU) The CPU carries out all the processing for the computer system by following all the instructions given to it. A CPU is made from billions of transistors (electronic switches).  The transistors combine to build logic gates to process the data and instructions.

OCR GCSE Computer Science Chapter 2: Systems architecture Von Neumann architecture describes a computer architecture in which: the data and the program are both stored in the computer’s memory in the same place all instructions and data will be stored in the same place as binary numbers. This means data and instructions are indistinguishable from each other in memory.

OCR GCSE Computer Science Chapter 2: Systems architecture The central processing unit (CPU) The CPU carries out all the processing for the computer system by following all the instructions given to it. A CPU is made from billions of transistors (electronic switches).  The transistors combine to build logic gates to process the data and instructions.

OCR GCSE Computer Science Chapter 2: Systems architecture Processors work at incredible speeds. A typical processor might work at 4GHz. That’s four billion instructions per second. The speed is determined by a vibrating crystal. The crystal maintains a constant speed.

OCR GCSE Computer Science Chapter 2: Systems architecture The processor is continuously fetching, decoding and executing instructions. The fetch–decode–execute cycle:

OCR GCSE Computer Science Chapter 2: Systems architecture When a computer is switched on, the CPU looks at a specific place in ROM. ROM contains the first program to load and execute: the boot program. This is always stored in ROM in a specific place so that the CPU knows where to find it when the computer starts.

OCR GCSE Computer Science Chapter 2: Systems architecture The boot program gets the computer up and running and the operating system started. After the operating system is started the boot program hands control over to the operating system.

OCR GCSE Computer Science Chapter 2: Systems architecture A simplified processor:

OCR GCSE Computer Science Chapter 2: Systems architecture Control unit: decodes instructions and sends signals to control how data moves around the CPU and memory ALU: carries out calculations and logical decisions, e.g. addition, subtraction and comparison Registers: memory locations within the CPU; they can be accessed very quickly

OCR GCSE Computer Science Chapter 2: Systems architecture PC (program counter): holds the address of the next instruction to be carried out MDR (memory data register): holds data being moved in or out of the CPU MAR (memory address register): holds the address of data to be fetched or where data is to stored

OCR GCSE Computer Science Chapter 2: Systems architecture CIR (current instruction register): holds the most recently fetched instruction waiting to be decoded and executed ACC (accumulator): stores the results of any calculations made by the ALU Address bus: carries memory addresses for locations to be read from or written to

OCR GCSE Computer Science Chapter 2: Systems architecture Control bus: carries control signals around the CPU and memory Data bus: carries data between the CPU and memory

OCR GCSE Computer Science Chapter 2: Systems architecture Watch how the instruction to load the data in memory location 6 to the accumulator works in the Chapter 2 animation: CPU, buses and memory.