Lesson 3: Denary to Binary Conversion.

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

 Today we are thinking about our favourite books.
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 Conversion In today’s lesson we will link together the binary and algorithm topics by looking at how to get the computer to: convert binary to decimal.
Decimal to Binary Conversion Press any key to continue…
Convert Decimal to Floating point number [IEEE 754]
Fixed point binary numbers. Objectives  Draw a distinction between integers and numbers with a fractional part in a computer context.  Describe how.
PYTHON PROGRAMMING Week 14 – Tuesday. STARTER You need to find out the average of a set of exam marks for a class. You don’t know how many marks there.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Conversions Denary to Binary Method 1
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Adding and Subtracting Square Roots
Number Bases and Representation. Denary Number System (Base 10) Our number system uses 10 digits (0-9) As you move from right to left each number is worth.
Addition and Substraction
GCSE Computing: A451 Computer Systems & Programming Numbers Representation of Data in Computer Systems.
Spreadsheets Lesson 2 Introduction to basic formula and spreadsheet.
Denary (our numbers) Binary
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.
09/03/20161 Information Representation Two’s Complement & Binary Arithmetic.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Starter Using the mini whiteboards record your answers: 1) Name 2 different Character Sets 2) Convert the Hex number 9E into denary 3) Convert the binary.
STARTER – CRACK THE CODE
Conversions 1)Binary to Denary Method 1 Work out the position values of the binary bits and add those values together So above would be
Lesson 2 – Denary to Binary
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Unit 5 Lessons 18 & 19.
Comparing and Ordering Decimals
Binary and Logic Computers use electrical signals that are on or off, so they have to see everything as a series of binary numbers. This data is represented.
Numeric Data Representation
Binary numbers: Week 7 Lesson 1
Adding and Subtracting Square Roots
Lesson Objectives To understand how to create animation with motion tweens.   To understand how to create symbols and why these are important.
Data Representation Integers
Denary to Binary Numbers & Binary to Denary
Lesson objectives Understand how computers represent and manipulate numbers [unsigned integers, signed integers (sign and magnitude, Two’s complement)
DATA REPRESENTATION – 3 binary addtion
Addition and Substraction
Lesson Objectives Aims You should be able to: Convert Denary to Binary
Theory: 2.6 – Data Representation
Addition Grids.
Lesson Objectives To understand how to add 4 and 8 bit binary numbers together To understand what is meant by the term “Overflow” ALL students will add.
Multiplying and Dividing Decimals by 10, 100, and 1,000
Binary Numbers Press any key to begin..
Topic 3: Data Hexadecimal.
Lesson 6: End of Unit Assessment
WELCOME TO MIDHURST ROTHER COLLEGE Getting Started in Computer Science
Lesson 2: Binary to Denary Conversion.
7.2 Hardware Inside the Computer
Lesson 1: Introduction to Binary
Comparing and Ordering Decimals
Objective 1.02 Understand Numbering Systems
7.2 Hardware Storage Devices
Binary  Name: Class: .
PYTHON: BUILDING BLOCKS Inputs & Outputs
My Biology Warm-Up Notebook
Lesson 4: Introduction to Hexadecimal
Binary It’s all 0’s and 1’s.
Data Binary Arithmetic.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Signed Integers.
Do not use a calculator for the following!!.
Activity 2 How is the word length of a two’s complement representation changed without affecting its value? In this activity, we are going to study how.
Division Grids.
Theory: 2.6 – Data Representation
Binary.
Two’s Complement & Binary Arithmetic
Converting from denary to different bases
Section 6 Primitive Data Types
Presentation transcript:

Lesson 3: Denary to Binary Conversion. DATA REPRESENTATION Lesson 3: Denary to Binary Conversion. YEAR 7 @ MIDHURST ROTHER COLLEGE

BRAIN WARMING 8 4 2 1 Only using the above numbers once, can you add them up to make the following numbers? 5 7 11 14 EXTENSION: Is there more than one way? What is the highest number you can make?

DATA REPRESENTATION In this lesson you will... LEARN how to convert numbers into binary. So that you can… WRITE numbers in 4-bit or 8-bit binary.

DISCUSS: BINARY Can you think of an easy system to follow in order to convert denary numbers into binary? How would you write 9 in binary?

DOES IT FIT? The simplest way to convert from denary to binary, is to ask yourself does it fit? And if so, what is left over? DENARY 8 4 2 1 13 5 6

CONVERT DENARY TO BINARY In your OneNote, convert these numbers into 8-bit binary numbers. 7 6) 99 15 7) 121 23 8) 175 41 9) 231 67 10) 252 128 64 32 16 8 4 2 1 NEED HELP? Ask the teacher or partner for further assistance. You can use a calculator. EXTENSION: Double check your binary answers by converting them back to denary.

BINARY PROFILE In your OneNote, draw a picture of yourself and add the following data about yourself in binary: Age Favourite Number How many siblings you have Month of Birth Day of Birth NEED HELP? Ask the teacher or partner for further assistance. You can use a calculator. EXTENSION: What else about you could you represent in binary?

PLENARY: CLASS DISCUSS Make sure you have completed both tasks in your OneNote. Hands up if you can give examples of numbers (data) that would need to be converted into binary.