Period 4 Ayleen Perez - Lesson 14 Flippy Do - 8626364
Period 4 Ayleen Perez - Lesson 14 Flippy Do - 8626364
Period 4 Ayleen Perez - Lesson 14 Flippy Do - 8626364
All 4-Bit Numbers: Fill in the binary equivalents for the decimal numbers below. We’ve started the first three for you.
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?
Binary Numbers with exactly one 1: Complete the chart with all 8-bit binary numbers that have exactly one 1.
We’ve done the first two for you.
100 4 101 5
101 5 0001 0001 17
1101 13 0011 1111 63
0001 1111 31 0100 0000 64
0010 0000 32 0111 1111 127
1010 1010 170 0001 000 000 256
1111 1111 255 0010 0000 513
0001
.
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”).
It would end in 0 because all numbers that end in 0 are even numbers
Do the binary numbers “0011” and “000011” have the same value or different values? Explain.
Would two bits be enough to assign a unique binary number to each vowel in the English language? Explain.
No because there are an odd amount of vowels in the English language and since theres 2 bits then it only 4 letters
can be assigned.
How many bits would you need if you wanted to count up to 1000?
10 bits