Manipal MET2017PhysicsSemiconductors
When the inputs of a two input logic gate are 0 and 0 , the output is 1 . When the inputs are 1 and 0 the output is 0 . The logic gate is of the type
Options
- AAND
- BNAND
- CNOR
- DOR
Correct answer
C. NOR
Step-by-step solution
NOR gate is obtained when the ouput of OR gate is made as the input of NOT gate, Boolean expression for NOR gate is Y= A+B Truth Table array ccc A & B & Y 0 & 0 & 1 1 & 0 & 0 0 & 1 & 0 1 & 1 & 0 array