Binary Basics
Decimal to Binary
Binary to Decimal
Trick Questions
Speed Math
100

What digits are used in binary numbers?

0 and 1

100

Convert 2 to binary

10

100

Convert 1 to decimal

1

100

Is 102 a valid binary number?

No – binary only uses 0 and 1

100

Add: Binary 1 + 1

10

200

What number system do computers use?

Binary System

200

Convert 99 to binary

01100011

200

Convert 100 to decimal

4

200

What is the binary of 0? 

0

200

Add: Binary 10 + 10

100

300

How many values can a single bit represent?

2 values

300

Convert 246 to binary

11110110

300

Convert 1101 to decimal

13
300

Which is larger: binary 1111 or decimal 14?

Binary 1111 = 15, so 1111 is larger

300

Subtract: Binary 1010 – 1

1001

400

How many bits are in a byte?

8

400

Convert 63 to binary

00111111

400

Convert 10101 to decimal

21

400

True or False: Binary 1000 is the same as decimal 1000

False

400

Multiply: Decimal 3 × 2 → Convert result to binary

110

500

How many total combinations can 4 bits make?

16 combinations = 2⁴

500

Convert 178 to binary

10110010

500

Convert 111111 to decimal

63

500

How many bits are in binary number 10101010?

8 bits

500

Convert decimal 31 to binary and binary 10011 to decimal

11111 and 19