There are four rules that need to be followed when adding two binary numbers. These are: 0 + 0 = 0 1 + 0 = 1 1 + 1 = 10 (binary for denary 2) 1 + 1 + 1 = 11 (binary for denary 3) ...
We worked our way up to logic gate implementations for half adders and full adders, as illustrated below. In closing, I asked you to start thinking about how we could use these functions to add two ...