UNIT 1 – LESSON 5 BINARY NUMBERS.

Slides:



Advertisements
Similar presentations
Binary Mathematics. Counting system There are three kinds of people in the world: those who can count, and those who can not. - Unknown Wisdom Today’s.
Advertisements

The Binary Number System 6 th grade math. What is binary? The number system we use is decimal, based on the number 10 The binary system is instead based.
Lesson 7.1: Review of Basic Fraction Concepts. Math Reflexes Name the next three multiples… 5, 10, 15, ___, ___, ___... 8, 10, 12, ___, ___, ___... 12,
Using Multiplication and Division Properties Math Methods.
Which of the shapes will not have a line of symmetry?
Day One Every Day per lb You will have 15 minutes to work with your partner to help me solve my problem. Then you will have another 10 minutes.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Lesson 1-5 AP Computer Science Principles
Aim: How is Scientific notation used?
Colors and Shapes By: Laura Buchanan.
Creativity of Algorithms & Simple JavaScript Commands
Copyright © Wright Group/McGraw-Hill
Sending Binary Messages
Sending Binary Messages
Adding and Subtracting Decimals
All About Incrementing Numbers
Multiply with decimals
UNIT 2 – LESSON 3 Encoding B&W Images.
Lesson 1-4 AP Computer Science Principles
Exploring Computer Science – Lesson 2-5
AP CSP: Binary Number System
2's Complement Arithmetic
THE NEED FOR ADDRESSING
UNIT 2 – LESSON 4 Encoding Color Images.
Algebraic Thinking Properties
UNIT 3 – LESSON 5 Creating Functions.
Multiplication Tips Tips to facilitate Studying Math's
UNIT 1 – LESSON 6 SENDING NUMBERS.
The Need for Programming Languages
Adding and Subtracting Decimals
Student Activity 1: Fair trials with two dice
Fill in your binder reminder with:
Engage NY Math Module 3 Lesson 1: Making equivalent fractions with the number line, area model and with numbers.
Absolute Value and Comparing Rational Numbers
Year 2 Autumn Term Week 1 Lesson 2
Tenths are an Important Fraction
LESSON 11 – WHILE LOOPS UNIT 5 – 1/10/17.
What do we now know about number systems?
Creativity in Algorithms
Aim: How is Scientific notation used?
Lesson 2 Programming constructs – Algorithms – Scratch – Variables Intro.
Scientific Notation.
Scientific Notation.
Day 4- Number Systems & Binary Numbers
Day 4- Number Systems & Binary Numbers
Simplifying Algebraic Expressions by Combining Like Terms
Do Now (& turn in HW) Read the article on your desk. Then answer the questions below. Do NOT write on the article. Why is his discovery of pi so important?
2’s Complement Arithmetic
UNIT 1: LESSON 4 NUMBER SYSTEMS.
How many different ways can you represent the quantity “7”
Looping and Random Numbers
1.6) Storing Integer:.
Day 4- Number Systems & Binary Numbers
Graphing and Describing “Rotations”
Unsigned Binary Encoding
SUBSTITUTION 6th Grade Unit 1
COMPUTATIONAL THINKING COMPUTATIONAL THINKING IN PROGRAMMING
Year 2 Autumn Term Week 9 Lesson 2
Scientific Notation.
Scientific Notation.
Year 2 Autumn Term Week 9 Lesson 2
Counting Shapes.
Engage NY Math Module 3 Lesson 1: Making equivalent fractions with the number line, area model and with numbers.
Year 2 Autumn Term Week 1 Lesson 2
Binary.
Starter.
Theory: 2.6 – Data Representation
Presentation transcript:

UNIT 1 – LESSON 5 BINARY NUMBERS

COMPUTERS USE THE BINARY NUMBER SYSTEM TO REPRESENT NUMERIC VALUES COMPUTERS USE THE BINARY NUMBER SYSTEM TO REPRESENT NUMERIC VALUES. WE COMMUNICATED WITH A BINARY SYSTEM BEFORE. WE FOUND THAT DEVELOPING A NUMBER SYSTEM IS A LITTLE DIFFERENT. A NUMBER SYSTEM IS INFINITE, AND ALSO HAS RULES FOR COUNTING – OR HOW TO GET FROM ONE VALUE TO THE NEXT.

You need your shapes from yesterday.

What if you only had a circle and square What if you only had a circle and square? With only a circle and square, how many 3-place patterns are there? Let's start some for you below, you make the rest. How many are there?

You have 8 possible combinations of 3-place patterns with 2 shapes.

Why might we want to create a number system that includes only two symbols? Then we can use bits as the building blocks of our number system. How large of numbers do you think this system can represent? How could we go higher? Adding more bits (increasing the size of our permutations) allows us to count as high as we wish.

Watch CIRCLE TRIANGLE SQUARE TO BINARY VIDEO ON PROMETHEAN BOARD (10 MINUTES)

The number system we have just been introduced to is called the binary number system and can be constructed entirely from bits. This is the number system implemented in almost every computer. While it may look different from our familiar number system, as we’ll see in today’s lesson, it can be used in the same way and shares many properties.

Construct a Flippy Do (10 mins)

We’ll keep filling in our Flippy Do’s but you should also know about a helpful widget -- It was used in the opening demonstration -- called the "Binary Odometer" Go to the Binary Odometer - Code Studio (linked in Code Studio) This tool allows you to watch how counting is related across multiple number systems, binary, decimal and other number bases as well. Get acquainted with the Binary Odometer.

Tasks/Prompts to consider: "What's the largest number you can make in binary with the binary odometer?" BIN: 1111111111 --> DEC: 1023 "What happens when the odometer run out of numbers?" Overflow! The binary odometer rolls back over to all zeros but the other numbers keep going up.

Complete the Binary Practice Activity Guide (15 mins) Complete the Binary Practice - Activity Guide individually (Work with a partner but each should complete your own sheet ) Use your Flippy Do and Odometer as resources

Do the Binary Game AppLab App - App  Do the Binary Game AppLab App - App. Practice translating between bases using the Cisco Binary Game.

Answer to HW question: Binary uses only zeroes and ones so that numbers look like this.  Base 10 number = Base 2 (binary) number  0 = 0  1 = 1  2 = 10 (one 2 and zero 1s)  3 = 11 (one 2 and one 1)  4 = 100 (one 4 and zero 2s and zero 1s)  5 = 101 (one 4 and zero 2s and one 1)  6 = 110 (one 4 and one 2 and zero 1s)  7 = 111  8 = 1000  9 = 1001  So there are really only two kinds of people in the statement, those who understand binary and those that don't and two in binary = 10