Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Chapter 0 Introduction to Computing
Chapter 2. Definition Characteristics ExamplesNon-examples Input Graphic.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
BLOCK DIAGRAM OF COMPUTER
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
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.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Alumnas: María Sol Pérez Fernández y María Agustina Macchi.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Binary Code.
The Central Processing Unit: What Goes on Inside the Computer
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
Computer Science 101 Computer Systems Organization.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
CSCI-100 Introduction to Computing Hardware Part I.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
ASCII AND EBCDIC CODES By : madam aisha.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
A computer consists of five functionally independent main parts.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Computing Science Computer Structure: Lesson 1: Processor Structure
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Understanding binary Understanding Computers.
Computer basics.
How do Computers Work ?.
Memory Parts of a computer
Discovering Computers 2011: Living in a Digital World Chapter 4
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
The Central Processing Unit
Introduction to Computer Architecture
Intermediate 2 Computing
Chapter 2 – Computer hardware
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Standard Grade Revision
Computer Electronic device Accepts data - input
Computers Inside and Out
Learning Intention I will learn how computers store text.
LO1 – Understand Computer Hardware
Presentation transcript:

Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21

Standard Grade Computing Input Process Output TaskInputProcessOutput Making toast Bread & electricity Heat from grilltoast Foundation

Standard Grade Computing Input Process Output TaskInputProcessOutput Making toast Bread & electricity Heat from grilltoast Boiling a kettle Water & electricity HeatBoiling water Foundation

Standard Grade Computing Input Process Output TaskInputProcessOutput Making toast Bread & electricity Heat from grilltoast Boiling a kettle Water & electricity HeatBoiling water Washing clothes Clothes, soap, water WashingClean clothes Foundation

Standard Grade Computing Input Process Output TaskInputProcessOutput Making toast Bread & electricity Heat from grilltoast Boiling a kettle Water & electricity HeatBoiling water Washing clothes Clothes, soap, water WashingClean clothes Doing homework Questions & text book Reading & thinking Answers Foundation

Standard Grade Computing DATA STORAGE UNITS Bit: Binary Digit i.e. 0 or 1 Byte:8 bits e.g Kilobyte (Kb):1024 bytes Megabyte (Mb):1024Kb (= 1024 x 1024 = bytes) Gigabyte (Gb):1024Mb (= 1024 x 1024 x 1024 = bytes) Terabyte (Tb):1024Gb (= bytes) Foundation The main memory size of a computer is measured in megabytes or gigabytes. Extra memory can be bought and added to allow greater data storage.

Standard Grade Computing Data Representation Machine Code : is understood by computers and uses binary 0 or 1. NUMBERS are represented using binary (>0) General

Standard Grade Computing Data Representation General

Standard Grade Computing Data Representation General

Standard Grade Computing Data Representation General

Standard Grade Computing Data Representation TEXT (ASCII) American Standard Code for Information Interchange Each keyboard character is represented by a unique binary code An 8 bit code is used e.g. A = 65 = Understood by different text applications. Allows different computer systems to communicate successfully. General

Standard Grade Computing Data Representation Bit Mapped Graphics (B&W) Screen contains pixels Pixel either ON or OFF Coded using binary The example uses 8 bytes of storage i.e. 8 x 8 bits Increasing the resolution means more pixels General

Standard Grade Computing Storage Requirements Bit Mapped Calculation Pixels = 2500 x 1000 = pixels 1 pixel uses 1 bit of storage. = bits /8 = bytes /1024 = 305 Kb Credit 2500 pixels 1000 pixels

Standard Grade Computing Processor Structure The processor is made up of 3 parts Control Unit: carries out program instructions in order ALU: does calculations & logical operations (decisions) Registers: temporary memory locations Credit INPUT DEVICES BACKING STORAGE DEVICES OUTPUT DEVICES MAIN MEMORY PROCESSOR COMPUTER SYSTEM

Standard Grade Computing And finally WORD: Number of bits sent to the processor during each fetch operation ADDRESSABILITY: All data is placed in storage locations. Each location has a unique address Credit

Standard Grade Computing The End Remember to view this slide OFTEN for good learning!