Lesson Objectives Aims You should be able to:

Slides:



Advertisements
Similar presentations
Chapter 4: Representation of data in computer systems
Advertisements

Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
assumes basic arithmetic
Binary Aim: Explain binary and binary units Objective 1: Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa Objective.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Analog to Digital Data Conversion
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Lesson Objectives To understand the basic hardware of computers, and how they are made up To be able to compare performance of computers with price.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
2.1.4 Data Representation Units.
Units Representation of Data in Computer Systems.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Lesson Aim (Data representation) To be able to: Convert B/D & D/B Convert D/H & H/D Convert H/B & B/H Perform simple binary arithmetic Represent a number.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Number systems. Binary system. Bits and bytes. Modern computers “speak” in a digital language composed of 2 digits. The machine language of modern computers.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
 Human language : commonly used to express feeling and understand what other people expression.  Computer language : are a languages by which a user.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Understanding binary Understanding Computers.
Computer basics.
© 2003, Cisco Systems, Inc. All rights reserved.
Binary, Denary, Hexadecimal Conversion Binary Addition
Data Representation N4/N5.
Consider this number: , Ones (7 ones) Tens (no tens)
Lesson Objectives Aims
Binary numbers: Week 7 Lesson 1
Computer Memory Digital Literacy.
Memory Parts of a computer
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.
Representation of data in computer systems
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
3 - STORAGE: DATA CAPACITY CALCULATIONS
Denary to Binary Numbers & Binary to Denary
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
Lesson Objectives Aims You should be able to: Convert Denary to Binary
Unit 3—Part A Computer Memory
Data Representation Numbers
Representation of Data in Computer Systems
Learn what binary and denary mean.
How do computers work? Storage.
Analog to Digital Data Conversion
Unit 3—Part A Computer Memory
Fundamentals of Data Representation
Binary Lesson 2 Bytes.
Binary Lesson 2 Bytes.
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Binary System.
Ms Jennifer - Senior 4 - Data Representation Introduction
Information Technology Department
Binary It’s all 0’s and 1’s.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Basic Computer Organization
Technology 3 Bits & Bytes.
WJEC GCSE Computer Science
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

Lesson Objectives Aims You should be able to: Explain why data is represented in binary form Define some basic binary storage terms Understand that data needs to be converted to binary to be processed by a computer

Quick recap Computers are binary devices This means they are DIGITAL The real world is ANALOGUE This means computers can’t understand our world (data) without conversion

Digital V Analogue Digital information is binary, that means it can be either off or on 1 or 0 Like a light switch.

Analogue Analogue or real world data is, generally, constantly changing Analogue values do not tend to jump from one to the other, there is a small, incremental movement

Therefore Computers CANNOT understand analogue information There is always a need for conversion Most input and output devices do ADC or DAC This enables to computer to process data in a form it understands – binary.

Useful On its own, Binary doesn’t seem that useful But we can combine strings of binary digits and interpret them as sound, images, text etc We will investigate this in coming lessons

Learn to count You should know this, but lets do it anyway. How do you count to 10? What happens we get to 9? This point is pivotal…

It’s all about the BASE. Geddit? See what I did there? Our number system Our number system is called Denary It is BASE 10 Which means… we have 10 digits 0..9 It’s all about the BASE. Geddit? See what I did there?

Lets go through on the board: Denary Lets go through on the board: How we count What happens when we run out of digits How we arrive at a value for each column What a number really is

Denary Notes Number system rules Any number system has a set of digits (in denary this is 0..9, 10 in total) The number of available digits is the BASE of the number system When all digits have been used and a higher number is required, simply reset the current column to 0 and start again at 1 in the next column The first (units) column in any number system has a value of 1x the digit Subsequent columns have a value of the base x previous column A number is actually the sum of each digit, multiplied by it’s column value = (4x1000) + (3x100) + (2x10) + (4x1) = 4324 Thousands (x1000) Hundreds (x100) Tens (x10) Units (x1) 4 3 2

Binary The binary number system works in the same way The ONLY difference is we only have 2 digits – 0 and 1

Lets go through on the board: Binary Lets go through on the board: How we count What happens when we run out of digits How we arrive at a value for each column How to work out the value of a binary number

Copy the example… 128 64 32 16 8 4 2 1 Binary numbers are simple to work out – they use the same rules as denary! 1 means ON so add up its value 0 means OFF so ignore it So this number is: (128x1) + (64x0) + (32x0) + (16x0) + (8x1) + (4x0) + (2x1) + (1x1) Anything x0 = 0 and anything x1 is itself so… 128+8+2+1 = 139

Binary Quantities The smallest piece of information a computer can understand is a 1 or a 0 This single digit is called a BIT. Obviously, this isn’t too useful on its own. If we group 4 BITS together, we have 16 possible combinations – a NYBBLE

Copy this in to your notes Binary Quantities 1 or 0 = Bit 4 bits = Nybble 8 bits = Byte (most common grouping) 1024 bytes = 1 Kilobyte (Kb) (2^10) 1024Kb = 1 Megabyte (Mb) (2^20) 1024Mb = 1 Gigabyte (Gb) (2^30) 1024Gb = 1 Terabyte (Tb) (2^40) 1024Tb = 1 Petabyte (Pb) (2^50) All are powers of 2

June 2015, Q8 (b)