Physics, asked by Merazalam6200, 1 year ago

Give the truth table for AND gate and NOR Gate

Answers

Answered by Anubhavs533
8

AND gate boolean expression is a.b

        A            B        =     A.B

        0             0                0

        0              1                 0

        1                0               0

        1                1                 1

NOR GATE BOOLEAN EXPRESSION IS     A+B Whole bar

        A               B         =     A+B                A+B WHOLE BAR

        0                0               0                         1

       0                 1                 1                         0

         1                 0                1                         0

         1                  1                 1                        0

                                                                     

Answered by amit6761
2

this is the truth table of AND AND NOR GATE

Attachments:
Similar questions