Page 192 - C++
P. 192

(A+B).(C+D)

        Ans.


























        (c) Derive a Canonical SOP expression for a Boolean function F(A,B,C) represented by the following truth table:
                                                                                                             (1)

        A       B      C       F(A,B,C)
        0       0      0       0
        0       0      1       0
        0       1      0       1
        0       1      1       0
        1       0      0       1
        1       0      1       1
        1       1      0       0
        1       1      1       1


        Ans. A’BC’ + AB’C’ + AB’C+ABC



         (d) Reduce the following Boolean Expression to its simplest form using K-Map:                        (3)

        F(A,B,C,D)=Π(0,1,3,5,6,7,10,14,15)
   187   188   189   190   191   192   193   194   195   196   197