Binary to Decimal
Decimal to Binary
Definitions
Miscellaneous
100
What number is represented by 01101
13
100

What is the binary representation for the number 17

10001

100
A single digit represented by 1 or 0
Bit
100
What number is represented by 1111011
123
200
What number is represented by 11011
27
200

What is the binary representation for the number 34

100010

200
Made up of 8 bits
Byte
200

How many bits are needed for the number 129?

7
300
What number is represented by 0111001
57
300

What is the binary representation for the number 73

1001001

300
A coding system used to store and send information and encodes information using two numbers 1 or 0
Binary Code
300

What is the "expression" for the largest number a bit place value can make where n is its decimal value?

2n-1

400

What number is represented by binary 11111110

254

400

What is the binary representation for the number 258?

100000010

400

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

400

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.