2 Binary addition

Addition in binary is easier than decimal addition. This is because there are only four cases in binary, but 100 cases in decimal. Of course, some of these cases are trivial, but it still does not negate the fact that binary addition has very few cases to consider.

 2.1 Half adder
 2.2 Full adder
  2.2.1 Explicit carry bits
  2.2.2 Implicit carry bits