+2 votes
in Class 12 by kratos

Write logic symbol (Boolean expression) and truth table of ‘AND’ gate ?

1 Answer

+6 votes
by kratos
 
Best answer

Logic symbol of two input AND gate is given by :

Truth Table of AND gate is given by :

Truth table of AND gate is given by :

| Input Output |
| A | B | Y |
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |

Boolean expression

A. B = Y

...