Q
Medium 2 Marks
Computer Studies Logic Gates & Boolean Algebra
For a NAND gate with A=0 and B=1 what is the output?
Explanation
NAND gate produces output 0 only when ALL inputs are 1. Since A=0 the AND result would be 0 and inverting gives 1.
Reference: Computer Studies Textbook , Page 6
Hint
NAND gives 0 only when every input is 1 — otherwise output is 1.