Boolean Addition and Multiplication.

Boolean Addition :-

Addition by the Boolean method involves variables having values of either a binary 1 or a 0. The basic rules of Boolean addition are given bellow.
                                           
                                                       0+0=0
                                                       0+1=1
                                                       1+0=1
                                                       1+1=1
    Boolean addition is same as the logical OR operation.

Boolean Multiplication :-

      The basic rules of the Boolean multiplication method are as follows:
                                                     0.0=0
                                                     0.1=0
                                                     1.0=0
                                                     1.1=1
      Boolean multiplication is same as the logical AND operation.

Comments

popular posts

SEMICONDUCTOR DIODE

logical OR Operation

Constants, Variables and Keywords