Logic gates how to solve AND gates

Asked By 7060 points N/A Posted on -
qa-featured

How to solve an 'AND' gate table, 'OR' gate table, 'NOT' gate table 'NAND' gate table and 'NOR' gate easily?

SHARE
Answered By 0 points N/A #83828

Logic gates how to solve AND gates

qa-featured

Let 1 = True and 0 = False

AND means Both A and B must be true for it to be true.

OR means If one is not the same the answer is always True. If they are the same then that is the answer.

NAND means if one is not the same the answer is always true. If they are the same the answer is the opposite.

NOR means if one is not the same the answer is always false. If they are the same the answer is the opposite.

Related Questions