Binary
What are the first 5 numbers in the pattern
1 2 4 8 16
2
0010
1000
8
01000001
A
01001101
M
What are the main numbers to binary
1 and 0
6
0110
10110
22
01100010
B
01001101
I
True or False: The number 1 is equal to "off"
False. 1 means "on"
31
11111
101100
44
01100111
G
01001011
K
True or False: 0 is equal to "off"
True
31
11111
110100
44
01011010
Z
01000101
E
Why are binary numbers important?
the binary numeral system is a way to write numbers using only two digits: 0 and 1. Binary numbers are also the ways that computers see them
212
11010100
110101
53
01010110
V
01011001
Y