MHT CET202619 April 2026Morning ShiftPhysicsSemiconductorsActual
For a two input logic gate, when the inputs are 'zero' and 'zero' the output is 'one'. When the inputs are 'one' and 'zero' the output is 'zero'. The type of logic gate is
Options
- ANAND
- BOR
- CNOR
- DXOR
Correct answer
C. NOR
Step-by-step solution
Let the inputs be A and B , and the output be Y . Given conditions: When A = 0 and B = 0 , Y = 1 . When A = 1 and B = 0 , Y = 0 . Checking the given options: For a NAND gate: Y = A B . If A = 1, B = 0 , Y = 0 = 1 . This does not match. For an OR gate: Y = A + B . If A = 0, B = 0 , Y = 0 . This does not match. For a NOR gate: Y = A + B . If A = 0, B = 0 , Y = 0 = 1 . If A = 1, B = 0 , Y = 1 = 0 . This matches both conditions. For an XOR gate: Y = A B . If A = 0, B = 0 , Y = 0 . This does not match. Therefore, the lo