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 CPU The Central Presentation Unit What is the CPU?
Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
INTRODUCTION OF COMPUTER
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Computer Hardware.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Computer Systems Nat 4/5 Computing Science Section 2 Computer Structure: Lesson 2 : Memory.
6. The CPU and Memory Chapt. 7.
CPU Describe the purpose of the CPU
Computer Structure.
BLOCK DIAGRAM OF COMPUTER
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
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 Objectives By the end of this lesson you will be able to:
Computers Inside and Out
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Session 3 Process and organize data 1. Terminology 2 For a list of computer and internet terminology, please see the.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Basic Architecture Lecture 15. In general, if the number of bits is n, then the number of different combinations of 0s and 1s that can be made is 2 n.
Intro to Computers Computer Apps 1.
স্বাগতম. Junior instructor(computer) What is a computer? What is the weakness of computer?
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Computer Architecture
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Components of a Computer System
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
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.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
The Parts of a Computer. The TOWER contains all of the parts of a computer.
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 ?
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
Computer Systems Nat 5 Computing Science Data Representation
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
Computing Science Computer Structure: Lesson 1: Processor Structure
Systems Architecture Keywords Fetch Execute Cycle
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Computer Systems Nat 4/5 Computing Science
Computer Systems Nat 4/5 Data Representation Lesson 4:
Introduction to Computer Architecture
CPU & its Components CPU stands for central Processing Unit
Computer Architecture
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Basic Computer Organization
Introduction to Computers
Computer Systems Nat 4/5 Computing Science
Computer Electronic device Accepts data - input
Components of a CPU AS Computing - F451.
Computer Systems Nat 4.5 Computing Science Data Representation
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Computer Systems Nat 4/5 Data Representation Lesson 4:
Notes from Last Class Office Hours: GL Accounts?
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.
OCR GCSE (9-1) Computer Science (J276)
Presentation transcript:

Computer Systems Nat 4/5 Computing Science Computer Structure: Lesson 1: Processor Structure

REVISION What term is given to the “amount” of colour in a graphic? Nat 4/5 REVISION What term is given to the “amount” of colour in a graphic? What is the storage requirements of a 500*300 pixel image with 8 bit colour? What is the storage requirements of a 4*6 true colour graphic with 400dpi? Give an advantage of a that a vector graphic has over a bitmap image. Give an advantage of a that a bitmap image has over a vector graphic .

ANSWERS Bit depth 500*300*8=1200000/8=150000/1024=146.49 =147 Kb Nat 4/5 ANSWERS Bit depth 500*300*8=1200000/8=150000/1024=146.49 =147 Kb (4*400)*(6*400)*24=92160000/8 =11520000/1024=11250/1024=10.98 = 10.99Gb Vector can be scaled without loss of clarity/can be layered/resolution independent/less storage Photo realistic/individual pixel editing/effects

Lesson Aims By the end of this lesson: Pupils at will be able to: Nat 4/5 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

A Basic Computer System Nat 4/5 A Basic Computer System Backing Storage Output Devices Input Devices Processor Memory This is known as the 5 block diagram.

The 5 Block Diagram Nat 4/5 Input Devices These are devices that enter data INTO the computer. i.e. Keyboard and mouse Output Devices These are devices that generate output FROM the computer i.e. printer. Memory There are two types of memory. RAM and ROM (more on this later) Backing Storage This is required to store permanent copies of our files. Processor Processes instructions

Arithmetic and Logic Unit (ALU) Nat 4/5 The Processor The processor is the ‘brain’ of the computer. It is the piece of equipment that actually performs the instructions required. It can be shown in the following diagram: Processor Control Unit Arithmetic and Logic Unit (ALU) Registers

Processor Parts Control Unit Arithmetic and Logic Unit (ALU) Registers Nat 4/5 Processor Parts Control Unit This controls the order of execution and the timing of instructions Arithmetic and Logic Unit (ALU) This performs the calculations for the processor. It also carries out the Logical decisions. Registers These are temporary stores of information, at best they will store a few bytes of information.

Nat 4/5 32 bit and 64 bit computing? You often hear a processor being described as 32 bit or 64 bit. This is usually referring to the ‘word length’ of the computer This is the largest binary number that the processor can manipulate in one operation.

What does a bus do? Control Unit RAM Registers Nat 4/5 What does a bus do? Processor Main Memory Control Unit Data Bus RAM ALU Address Bus ROM Registers A bus is a collection of wires which can carry data

Buses Data Bus Address Bus Nat 4/5 Buses Data Bus The data bus is used to carry data to and from the CPU and Memory. It will hold a binary word. Address Bus This carries the address of the memory location that is being used

Mnemonic – CAR(s) Summary Nat 4/5 Summary The CPU (Central Processing Unit) is the heart of the computer The CPU has 3 main parts Control Unit Controls the timing and order of execution Arithmetic and Logic Unit (ALU) Performs the arithmetical and logical functions Registers Temporary stores of information Word length is the length of the biggest binary number that the processor can process in one operation Mnemonic – CAR(s)