Q
Medium 2 Marks
Computer Studies Logic Gates & Boolean Algebra
For a NAND gate with A=1 and B=1 what is the output?
Explanation
NAND gate output is 0 ONLY when all inputs are 1. Since A=1 and B=1 the output is 0. This is the opposite of AND gate output.
Reference: Computer Studies Textbook , Page 6
Hint
NAND is the inverse of AND — when AND gives 1 NAND gives 0.