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.

Slides:



Advertisements
Similar presentations
Binary and Denary Numbers. Time remaining: Today’s date : all of the things that this COULD mean: even if you think that what you are thinking is daft.
Advertisements

Base 10 Denary Decimal
Representing Data, Pictures, Time, and Size in Computer
Binary Representation Introduction to Computer Science and Programming I Chris Schmidt.
Binary numbers. 1 Humans count using decimal numbers (base 10) We use 10 units: 0, 1, 2, 3, 4, 5, 6, 7, 8 and (5.
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.
Teaching Computing at KS3 Session 2 Sue Sentance and Sophie Baker
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
© GCSE Computing Candidates should be able to:  convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa  add two 8-bit.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Abstraction – Number Systems and Data Representation.
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
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.
Working with 8-bit bytes and hexadecimal
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
GCSE Computing: A451 Computer Systems & Programming Numbers Representation of Data in Computer Systems.
Candidates should be able to:
A)Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa b)Add two 8-bit binary integers and explain overflow errors which.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
2.1.4 Data Representation Units.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
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.
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.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Nat 4/5 Computing Science Lesson 1: Binary
Binary & Hex Review.
Binary and Hard Disk PEOPLE Program
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
Lesson Objectives Aims You should be able to:
Data Representation – numbers Binary conversion Hexadecimal Negative numbers Binary addition Binary shifts.
Consider this number: , Ones (7 ones) Tens (no tens)
Lesson Objectives Aims
Binary numbers: Week 7 Lesson 1
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.
COMP211 Computer Logic Design Lecture 1. Number Systems
Representation of data in computer systems
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Binary & Hexidecimal Numbers
DATA REPRESENTATION – 3 binary addtion
Lesson Objectives Aims You should be able to: Convert Denary to Binary
Data Representation Numbers
Representation of Data in Computer Systems
Fundamentals of Data Representation
Data Representation – Numbers
(return of the…) Data blast
Data Binary Conversion.
Why computers use binary
Binary  Name: Class: .
Chapter Four Data Representation in Computers By Bezawit E.
Binary System.
Binary It’s all 0’s and 1’s.
Binary & Hex Review.
WJEC GCSE Computer Science
Computer Systems Nat 4/5 Computing Science Data Representation
Binary.
Theory: 2.6 – Data Representation
Presentation transcript:

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 with fractional part in binary

Starter (15) Bit, bits, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte Bit, bits, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte Explain the capacity for each one Explain the capacity for each one Find out what a (word) is Find out what a (word) is Find out what computers use to store data Find out what computers use to store data Explain why a 500GB hardware is not actually 500GB but 465GB Explain why a 500GB hardware is not actually 500GB but 465GB

The bigger picture Why is binary important? Why is binary important? Fundamental to all modern computers Fundamental to all modern computers Used to represent data stored on a computer Used to represent data stored on a computer It influences: encryption, error checking, data compression etc It influences: encryption, error checking, data compression etc Data transmission Data transmission

Activity 1 (15) Binary 1/0 1= high voltage 0 = low Binary 1/0 1= high voltage 0 = low Denary/binary B/D Denary/binary B/D Use 8 bit system Use 8 bit system B/D = count the ones B/D = count the ones D/B see if it fits D/B see if it fits Access Google Docs and download the worksheet (Inside 5.1 folder) Access Google Docs and download the worksheet (Inside 5.1 folder)

Activity 2 (15) Hexadecimal presentation Hexadecimal presentation Hexadecimal presentation Hexadecimal presentation

Activity 2(15) Breakdown each hexadecimal into 4 bits Breakdown each hexadecimal into 4 bits Why do we do this? Why do we do this?

Binary addition Same as denary, if a number > 9 we use a place value and carry a 1 to the column on the left Same as denary, if a number > 9 we use a place value and carry a 1 to the column on the left Rules: Rules: = = = = = = = 10 (0 and carry 1(to the left)) = 10 (0 and carry 1(to the left)) Add 2 digits at a time Add 2 digits at a time Carry over numbers to the side Carry over numbers to the side

Can we cheat a little Can we cheat a little = = = = = = = 10 (?) = 10 (?) = (1 and carry 1) = (1 and carry 1)

Multiplication 0 x 0= 0 0 x 0= 0 0 x 1 = 1 0 x 1 = 1 1 x 0 = 0 1 x 0 = 0 1 x 1 = 1 1 x 1 = * 0101 *