Binary Addition
Binary addition is performed in the same manner as decimal addition. However, since binary number system has only two digits, the binary addition table is very simple consisting of only four entries. The complete table for binary addition is given below:
0 + 0 | 0 |
0 + 1 | 1 |
1 + 0 | 1 |
1 + 1 |
0 and with a carry of 1 to next higher column |