Photo AI

Last Updated Sep 26, 2025

Binary Addition Simplified Revision Notes

Revision notes with simplified explanations to understand Binary Addition quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

466+ students studying

Binary Addition

Rules of Binary Addition

There are four key rules to remember when adding binary numbers:

StepBinary AdditionExplanation
10 + 0 = 0Nothing to carry, so we write 0.
20 + 1 = 1No carry, so we write 1.
31 + 1 = 10We write 0 and carry 1 (just like how 9 + 1 in denary is 10).
41 + 1 + 1 = 11We write 1 and carry 1.

Example: Adding Two Binary Numbers

Let's add 010001 and 100001.

Step-by-step:

  1. Align the two binary numbers.
  2. Apply the binary addition rules starting from the rightmost column (just like denary addition). | | | | | | | | |---|---|---|---|---|---|---| | | 0 | 1 | 0 | 0 | 0 | 1 | | + | 1 | 0 | 0 | 0 | 0 | 1 | | | | | | | | | | Carried values | | 1 | | | | | | Result | 1 | 1 | 0 | 0 | 0 | 1 |

Steps Explained

  • In the first column, 1 + 1 = 10, so write 0 and carry 1.
  • In the second column, 1 + 0 + carry 1 = 10, so write 0 and carry 1.
  • Continue the process until all columns are added.
  • The result is 1100010.

Checking the Answer with Denary

  • 010001 = 17 in denary.
  • 100001 = 33 in denary.
  • 17 + 33 = 50 in denary.
  • 1100010 in binary = 50 in denary, so the addition is correct!

Overflow Errors

When adding two binary numbers, there is a limit to the size of the result when using 8 bits. The largest binary number that can be represented with 8 bits is 11111111 (which equals 255 in denary). If the result of an addition exceeds this, it causes an overflow error.

What is Overflow?

  • Overflow happens when a result is too large to fit into the available number of bits.
  • If we add 1 to 11111111, we get 100000000. Since we're limited to 8 bits, the leftmost 1 is lost, and the result is incorrect.

Example of Overflow

Let's add 11001010 and 10110010.

11001010
+10110010
Carried values111111
Result11111100

Explanation

  • Adding these two 8-bit numbers results in 11111100 with a carried 1 on the left.
  • Since there's no space for this carried 1 in 8 bits, it's lost, causing overflow.
  • The correct result would need 9 bits: 111111100.
infoNote

Tips for Binary Addition

  • Start from the rightmost column (just like in denary addition).
  • Remember to carry if the sum in a column is 2 or more.
  • Watch out for overflow errors when working with fixed bit lengths (e.g., 8 bits).
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Binary Addition

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

110 flashcards

Flashcards on Binary Addition

Revise key concepts with interactive flashcards.

Try Computer Science Flashcards

11 quizzes

Quizzes on Binary Addition

Test your knowledge with fun and engaging quizzes.

Try Computer Science Quizzes

15 questions

Exam questions on Binary Addition

Boost your confidence with real exam questions.

Try Computer Science Questions

5 exams created

Exam Builder on Binary Addition

Create custom exams across topics for better practice!

Try Computer Science exam builder

13 papers

Past Papers on Binary Addition

Practice past papers to reinforce exam experience.

Try Computer Science Past Papers

Other Revision Notes related to Binary Addition you should explore

Discover More Revision Notes Related to Binary Addition to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Data Storage & Compression

Units of Data Storage

user avatar
user avatar
user avatar
user avatar
user avatar

320+ studying

185KViews

96%

114 rated

Data Storage & Compression

Converting Between Denary & Binary

user avatar
user avatar
user avatar
user avatar
user avatar

357+ studying

187KViews

96%

114 rated

Data Storage & Compression

Converting Between Denary & Hexadecimal

user avatar
user avatar
user avatar
user avatar
user avatar

446+ studying

180KViews

96%

114 rated

Data Storage & Compression

Converting Between Binary & Hexadecimal

user avatar
user avatar
user avatar
user avatar
user avatar

308+ studying

187KViews
Load more notes

Join 500,000+ GCSE students using SimpleStudy...

Join Thousands of GCSE Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered