You are on page 1of 3

Unit 1 Lesson

Activity Guide - Flippy Do Part 1

Directions
Using your Flippy Do or the binary odometer widget fill in the following charts and answer the following questions.

All 4-bit numbers


It’s useful and handy to have a sense of the sixteen 4-bit numbers. Fill in all of the 4-bit numbers in the table below along
with their decimal equivalents, in order. We’ve started the first three for you.

Binary: 4-bit number Decimal Binary: 4-bit number Decimal

0000 0 1000 8
0001 1 1001 9
0010 2 1010 10
0011 3 1011 11
0100 4 1100 12
0101 5 1101 13
0110 6 1110 14
0111 7 1111 15

What do you notice when you compare the odd numbers with the even numbers? What might
explain this?
We notice that if the last digit of a number is one then the decimal number is
binary, but when it is zero, the number is even. This explains that the decimal
number one ends in one for binary numbers.

8-bit numbers with exactly one 1


The table below contains every 8-bit number that has exactly one 1 in it. Write down the decimal equivalent next to each
one. Do you notice a pattern?

Binary: 8-bit number Decimal Binary: 8-bit number Decimal


(with exactly one 1) (with exactly one 1)

0000 0001 1 0001 0000 16


0000 0010 2 0010 0000 32
0000 0100 4 0100 0000 64

1
0000 1000 8 1000 0000 128
What do you notice about the decimal equivalents above?

Conversion Practice!
Using your own binary skills fill in the decimal and binary equivalents below.

What’s the Decimal Number? What’s the Binary Number?


Binary Decimal Binary Decimal

100 5
101 17
1101 63
0001 1111 64
0010 0000 127
1010 1010 256*
1111 1111 513*

NOTE: a short binary number like 101 is assumed *NOTE: 256 and 513 exceed the capacity of
to have leading 0s for all the other bits, like: the flippy-do but you can work it logically
00000101. Typically large binary numbers are following what you know about patterns with
grouped in 4-bit chunks to improve readability, for binary numbers.
example: 0110 0101 1010
Questions:

1. When you add a zero to the right of a decimal number, it multiplies its value by 10
(For example, “15” becomes “150”). What similar result happens to the value of a
binary number when you add a zero on the right? (For example, “11” would become
“110”).

2. Do the binary numbers “0011” and “000011” have the same value or different values?
Explain

3. Would two bits be enough to assign a unique binary number to each vowel in the

2
English language? Explain

4. How many bits would you need if you wanted to count up to the decimal number 1000?

You might also like