Binary Addition
Binary Subtraction
Binary Multiplication
Binary Division
1.Binary Addition
It is a key for binary subtraction, multiplication, division. There are
four rules of binary addition.
 In fourth case, a binary
 addition is creating a sum of
 (1 + 1 = 10) i.e. 0 is written in
 the given column and a carry
 of 1 over to the next column.
Example of addition:
Subtraction and Borrow, these two words will be used very
frequently for the binary subtraction. There are four rules of
binary subtraction.
Example of subtraction:
10110010
           I/p            Sum       Carry    Result
       0          0        0           0       0
       0          1        1           0       1
       1          0        1           0       1
       1          1        0           1      10
Binary Subtraction : The rules for binary subtraction are:
e.g. 1011 and 0110 ( Ans : 0101)
            I/p                Difference   Borrow
       0              0            0          0
       0              1            1          1
       1              0            1          0
       1              1            0          0
10/10/19