Advertisements
Advertisements
Question
Give the truth table and Boolean expression for
Chart
Solution
Boolean expression for the given gate (NAND):
Y = `overline("A"."B")`
Truth table:
Input A | Input B | Output Y |
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
shaalaa.com
Is there an error in this question or solution?