Binary Basics
Place Values
Decimal to Binary
Binary to Decimal
Binary Addition
100

What number system do computers use to represent data?

Binary

100

What is the value of the rightmost binary place?

1s place.

100

Convert the decimal number 2 to binary

0010

100

Convert binary 0001 to decimal

1

100

What is 0 + 1 in binary?

1

200

In binary, what does the digit 1 represent?

ON

200

What comes after the 1s place in binary?

2s place

200

Convert the decimal number 5 to binary

0101

200

Convert binary 0011 to decimal

3

200

What is 1 + 1 in binary?

0 carry 1

300

Why can computers only use 0s and 1s?

They use switches that are ON or OFF.

300

What are the place values in a 4-bit binary number?

8, 4, 2, 1

300

Convert 7 to binary

0111

300

Convert binary 0100 to decimal

4

300

Add binary: 0101 + 0001.

0110

400

What base is the binary number system?

Base 2.

400

In the binary number 0101, which place contributes a value of 4?

The second place from the left.

400

Convert 10 to binary

1010

400

Convert binary 1010 to decimal

10

400

Add binary: 0011 + 0011.

0110

500

What do we call the smallest unit of data that is a 0 or 1?

A bit

500

In binary, each place value doubles. What comes after the 8s place?

16s place

500

Convert 15 to binary

1111

500

Convert binary 1101 to decimal

13

500

Add binary: 1111 + 0001

0000 with overflow