Q.
Truth table for the logic gate whose symbol shown is
Semiconductor Electronics: Materials Devices and Simple Circuits
Solution:
AND gate An AND gate has two or more inputs and one output.
The output $Y$ of AND gate is $1$ only when input $A$ and input $B$ are both $1$ .
The logic symbol and truth table for this gate is given by
Input
Out put
$A$
$B$
$Y$
0
0
0
1
0
0
0
1
0
1
1
1
Input | Out put | ||
---|---|---|---|
$A$ | $B$ | $Y$ | |
0 | 0 | 0 | |
1 | 0 | 0 | |
0 | 1 | 0 | |
1 | 1 | 1 |