Binary Addition

 

v                      Examples

1)           Binary Sum

(1 0 0 1 1)2    +    à   (1 9)10

(0 1 0 1 1)2          à   (1 1)10

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

(1 1 1 1 0)2          à   (3 0)10

 

      2)  (0 1 1 1 0. 1 0)2    +    à    (1 4. 5 0)10

           (1 1 0 1 1. 1 1)2           à    (2 7. 7 5)10

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

        (1 0 1 0 1 0. 0 1)2           à    (4 2. 2 5)10

              ß

C = 1 à carry from decimal part to the integer part.