Learn how computers add numbers. This is a 20-30 minute interactive lesson.
Please enter your name to begin.
A computer can instantly tell if a number is odd or even. It's all about the **last bit** (the "1s" column).
Please answer all questions before proceeding.
To add binary numbers, you add one column at a time (right to left), just like in decimal. There are 5 simple rules to remember.
Let's add 0011 (3) + 1000 (8):
Result: 1011 (which is 8 + 2 + 1 = 11). It works!
Add the numbers. Type your answer in the box. One attempt only!
Please answer all questions before proceeding.
Same rules, just more bits! Work right to left. One attempt only!
Please answer all questions before proceeding.
Now for a challenge! Drag the numbers to solve the puzzles.
Please answer all questions before proceeding.
What happens when the answer is too big? An 8-bit number can only hold values up to 255 (which is 1111 1111). If the answer is 256 or more, it causes an Overflow Error because the 9th bit has nowhere to go!
Hint: The answer is 9 bits long (1 1000 1011). An 8-bit computer can't store it!
Please answer all questions before proceeding.
You've completed the Interactive Binary Addition Lesson.
This is your 1st attempt.