Computer Systems Nat 4/5 Computing Science Computer Structure:

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Systems Nat 4/5 Computing Science Computer Structure:
The Central Processing Unit (CPU) Understanding Computers.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Introduction to Computer Systems
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.
CPU Describe the purpose of the CPU
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.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
Lesson 3 — How a Computer Processes Data
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Computing hardware CPU.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Lesson 2 — How Does A Computer Process Data?
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Central Processing Unit
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Electronic Analog Computer Dr. Amin Danial Asham by.
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Academic PowerPoint Computer System – Architecture.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Computer Structure. We will look at:  Four Box diagram  CPU  Memory  Registers and their role  Processing speed.
Chapter 2 content Basic organization of computer What is motherboard
Computer Architecture and Number Systems
Computer Hardware What is a CPU.
CPU Lesson 2.
Unit 2 Technology Systems
Computing Science Computer Structure: Lesson 1: Processor Structure
Systems Architecture Keywords Fetch Execute Cycle
Computer Systems Nat 4/5 Computing Science
The Central Processing Unit (CPU)
Computer Systems Nat 4/5 Computing Science
UNIT 9 Computer architecture
Chapter 7.2 Computer Architecture
Elements of a Computer System
Hook – CPU Knowledge Check
IB Computer Science Topic 2.1.1
Computer Systems Nat 4/5 Computing Science Computer Structure:
Introduction to Computers
PARTS OF THE COMPUTER squires productions.
Basic Computer Organization
Introduction to Computers
Computer Systems Nat 4/5 Computing Science
Components of a CPU AS Computing - F451.
Logical Computer System
Unit 1.1 System Architecture Lesson 2
Chapter 5 Computer Organization
Notes from Last Class Office Hours: GL Accounts?
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Computer components.
Presentation transcript:

Computer Systems Nat 4/5 Computing Science Computer Structure: Lesson 5: Computer Architecture

Lesson Aims By the end of this lesson: Pupils at will be able to: Label a computer system in terms of a 5 block diagram Describe the phrase ‘word length’ Describe the purpose of a processor List and describe the parts of a processor: Control Unit, ALU, registers Describe what a bus is and does

Computer architecture Computer architecture = the structure of a computer system Hardware = Physical parts of a computer system Device = One item of hardware Computer system has:- a processor Input device(s) Output device(s)

Computer architecture Nat 4/5 Computer architecture Storage Devices Output Devices Input Devices Processor Memory (RAM & ROM)

Typical desktop system Nat 4/5 Typical desktop system Processor - Carries out instructions Input Devices - Used to enter data e.g. keyboard and mouse Output Devices - Generate output e.g. monitor, printer. Memory - Stores programs and data - RAM and ROM Storage devices Store permanent copies of files.e.g. hard disk drive, DVD-Rewriter

Nat 4/5 The Processor Program / software = a set of instructions that tell the computer what to do The processor is the ‘brain’ of the computer – but can’t think just carries out instructions 1 chip Small piece of silicon

Stored program Instructions are stored in memory Processor fetches one instruction at a time from memory and carries it out Different programs allow the processor to carry out different tasks

Arithmetic and Logic Unit (ALU) Parts of a processor Processor Control Unit Arithmetic and Logic Unit (ALU) Registers

Control Unit Controls other parts of the processor Nat 5 Control Unit Controls other parts of the processor Makes sure that instructions are carried out in the correct order

Arithmetic and Logic Unit (ALU) Carries out calculations Makes decisions (logical operations) e.g. deciding one a number is the same or less than another number is a logical operation

Registers Storage locations inside the processor Hold:- data being processed instructions being executed memory addresses being accessed Small amount of storage space compared to RAM – does not hold a whole program - just the instructions being executed

Memory Memory contains many storage locations Each storage location has a unique address 2 types of memory chips as in a computer:- RAM and ROM

RAM – Random Access Memory Stores instructions and data that the computer is currently using Holds data while the computer is switched on - contents are lost when the computer is switched off User’s data stored in RAM

Read Only Memory Stores programs and data permanently - contents are not lost when the computer is switched off Programs are stored in ROM chips when the computer is manufactured Stores part of the Operating System

Buses Bus = a set of wires that connects parts of the computer e.g. memory and input/output devices Every computer has these buses:- Address bus Data bus Control bus

Buses Control Unit RAM Registers Nat 5 Buses Control Bus Processor Main Memory Control Unit RAM Data Bus ALU ROM Registers Address Bus A bus is a collection of wires which connect parts of the computer

Nat 5 Data Bus Carries data between the processor, memory and other parts of the computer e.g. input and output devices Bi-directional – data can travel in either direction on the data bus 64 wires in the data bus 16 wires in the data bus

Address Bus Address of a storage location = a binary number Address bus carries this information from the processor to memory to identify the location being accessed Uni-directional – data only travels from the processor to memory

Control Bus Consists of separate wires – each with it’s own function Clock line - regularly pulses with electricity to control the speed of the processor e.g. 3.6 GHz Read line – used when the processor is about to read from memory Write line – used when the processor is about to write data to memory

Summary The Processor has 3 main parts:- Nat 5 Summary The Processor has 3 main parts:- Control Unit Controls the timing and order of execution of instructions Arithmetic and Logic Unit (ALU) Performs the arithmetical and logical functions Registers Store information Buses connect parts of the computer:- Address bus – carries address of location being accessed Data bus – carries data Control bus – separate wires with their own job to ensure things happen at the correct time

Questions What is computer architecture? What is hardware? What is a device? What is software another name for? Name five parts of a computer system. Which part of the processor:- carries out sums and makes decisions? controls when instructions are fetched and executed stores data, addresses or instructions

More questions Name 2 types of memory chip. What are computer buses (include what a bus does). Name 3 buses.