A NAND gate has inputs A and B and output C. If the output was zero, what are the inputs?
- A=1 B=1.
- A=0 B=0.
- A=1 B=0.
Explanation
A NAND gate is an inverted AND, so its output goes to 0 only when the underlying AND condition is met, that is when both inputs are 1. Therefore an output of 0 means A = 1 and B = 1. Any combination containing a 0 keeps the NAND output at 1.
Sokeros asking:
EXPLAIN PLS
Community Comments (2)
Please Sign In to post a comment.