Adding two binary numbers will give us a binary number itself. It is the simplest method. Addition of two single-digit binary number is given in the table below.
Binary Numbers | Addition | |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0; Carry →1 |
Let us take an example of two binary numbers and add them.
For example: Add 11012 and 10012.
Solution: