Rule 1: . When both bits are zero, the result is zero with no carry.
Rule 2: . Adding zero to one results in one with no carry.
Rule 3: . Adding one to zero results in one with no carry.
Rule 4: . In decimal, this is 2. In binary, we write 0 in the current column and carry 1 to the next column.
Rule 5: . This occurs when two '1' bits are added along with a carry from the previous column. We write 1 in the current column and carry 1 to the next column.
| Feature | Binary Addition | Decimal Addition |
|---|---|---|
| Base | Base-2 | Base-10 |
| Digits | 0, 1 | 0-9 |
| Carry Trigger | Sum | Sum |
| Max Column Sum | (with carry) | (with carry) |