Binary to Decimal
What is the binary representation for the number 17
10001
What is the binary representation for the number 34
100010
How many bits are needed for the number 129?
What is the binary representation for the number 73
1001001
What is the "expression" for the largest number a bit place value can make where n is its decimal value?
2n-1
What number is represented by binary 11111110
254
What is the binary representation for the number 258?
100000010
Who is the cutest dog in the world? (Hint, named after a female character from a Roald Dahl story that was later made into a movie starring Danny DeVito.)
Matilda
How many unique values can be generated by n number of bits?
2n
1 bit = 2 unique
2 bits = 4 unique
3 bits = 8 unique
etc.