The Interactive Binary Lesson!

Learn how to count like a computer. This is a interactive lesson.

Part 1: How Numbers Work

Let's learn the basics with 4 "bits".

In our Base 10 system, we use 10 digits (0-9). The number 25 means:

(2 x 10s) + (5 x 1s) = 25

In Base 2 (Binary), computers use 2 digits (0 & 1). Each column is double the one on the right.

8s 0
4s 0
2s 0
1s 0
=
0

Click the bits! See how 1010 in binary is (1x8) + (0x4) + (1x2) + (0x1) = 10.

Part 2: 8-Bit Binary

Computers use 8 bits (called a "byte"). Let's try it!

128 0
64 0
32 0
16 0
8 0
4 0
2 0
1 0
Total:
0

Challenge: Can you make the number 65?

(Hint: 64 + 1)

Part 3: Binary to Decimal (Set 1)

What number is this? Type the answer. One attempt only!

Part 4: Binary to Decimal (Set 2)

Keep going! What number is this? One attempt only!

Part 5: Decimal to Binary (Set 1)

Click the bits to make the number. One attempt only!

Part 6: Decimal to Binary (Set 2)

Almost there! Click the bits to make the number. One attempt only!

Part 7: Challenge Puzzles

Final test! Answer these to prove your mastery. One attempt only!

Hint: What is 16 + 2?

Challenge Complete!

Well done, Student!

You've completed the Interactive Binary Lesson.

This is your 1st attempt.

Your final score:
0 / 0

Your Personal Feedback: