MHT CET202611 April 2026Evening ShiftPhysicsSemiconductorsActual
In the case of NAND gate, if A and B are inputs and Y is the output then
Options
- AY = A + B
- BY = A B
- CY = A B
- DY = A + B
Correct answer
C. Y = A B
Step-by-step solution
A NAND gate is a combination of an AND gate followed by a NOT gate. The Boolean expression for an AND gate with inputs A and B is Y' = A B . Passing this output through a NOT gate gives the final output Y = Y' . Therefore, the Boolean expression for a NAND gate is Y = A B . Answer: Y = A B