BLOGGER TEMPLATES AND TWITTER BACKGROUNDS »

Wednesday 17 October 2012

Binary Addition


The simplest arithmetic operation in binary is addition.
0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 0

  Digit “1” will produces digit “0”,while 1 is carried to be next column.
For Example :







For example

        111111002

     25210
  +    000100102
              à
  + 11410
      1011011102

     36610


        000100112

      1910
  +    011001102
              à
  + 10210
        110001002

     19610

-Lee Man

0 comments: