Binary Lesson 2 Bytes
Base Ten Normal Numbers Each place has one of these values: 0 1 2 3 4 5 6 7 8 9 147 = 1*100 + 4*10 + 7 Or 1*10^2 + 4*10^1 + 7*10^0
Base Ten 1 4 7 Hundreds place Number of hundreds 10^2 Ones place Number of ones 10^0 Tens place Number of tens 10^1
Base Two Binary Numbers Each place has one of these values: 0 1 11 = 1 * 2 + 1 = 3 Or 1*2^1 + 2^0
Base Two 1 0 1 Fours place Number of fours 2^2 Ones place Number of ones 2^0 Twos place Number of twos 2^1
Counting to 7 Base Two Base Ten 0 0 1 1 10 2 11 3 100 4 101 5 110 6 0 0 1 1 10 2 11 3 100 4 101 5 110 6 111 7
Counting to 15 Base Two Base Ten Base Two Base Ten 0 0 1000 8 0 0 1000 8 1 1 1001 9 10 2 1010 10 11 3 1011 11 100 4 1100 12 101 5 1101 13 110 6 1110 14 111 7 1111 15 7
Four Bits Make a Nybble 1 0 0 1 8s 4s 2s 1s
1 0 0 1 1 0 0 1 Eight Bits Make a Byte 8s 8s 8s 8s 4s 4s 4s 4s 2s 2s 1 0 0 1 1 0 0 1 So this number is 128 + 16 + 8 + 1 = 153 128s 64s 64s 32s 32s 32s 16s 16s 16s 8s 8s 8s 8s 4s 4s 4s 4s 2s 2s 2s 1s 1s
Binary iClicker Questions
What is 6 in binary? 00111111 00011110 00000111 00000110 00000011 1 of 6
What is 15 in binary? 00111111 00011111 00001111 00000111 00000011 2 of 6
What is 32 in binary? 00011010 00100000 01000000 10000000 00011111 3 of 6
What is 60 in binary? 11111111 10000011 00101111 00111101 00111011 4 of 6
What is 01000000 in decimal? 10 100 128 64 32 5 of 6
What is 01111111 in decimal? 87 109 111 127 255 6 of 6