0010.  How many different combinations can we have when adding binary digits together? What are they?

 

There are four (4) combinations. They are:

   0                  1                  0                        1

+ 0               + 0               + 1                     + 1

------                   ------                   ------                           -------

   0                  1                  1                       10

 

Note that since there is no number ‘2’, the value two requires 2 binary digits to represent