Logic Gates Flashcards
Universal Gates
NOR and NAND
Which gate gives high output if either input A or B or both are low otherwise it gives high output
NAND gate
Which gate gives low output if either input A or B or both are low otherwise it gives high output
AND gate
Which gate gives high output if either input A or B or both are high otherwise it gives low output
OR gate
Which gate produces output only when the two inputs are the same
EX-NOR
Logic equation of an EX-NOR gate having A and B as its input is
A’B’+AB
In which gate the output is low, when both the inputs are high
NAND
In which gate the output is low when both the inputs are different and high when both the inputs are same
EX-NOR
How many number of NAND and NOR gates required for the formation of NOT gates
NAND-1, NOR-1
How many number of NAND and NOR gates required for the formation of AND gates
NAND-2, NOR-3
How many number of NAND and NOR gates required for the formation of OR gates
NAND-3, NOR-2
How many number of NAND and NOR gates required for the formation of XOR gates
NAND-4, NOR-5
How many number of NAND and NOR gates required for the formation of XNOR gates
NAND-5, NOR-4
How many number of NAND and NOR gates required for the formation of NOR gates
NAND-4, NOR-1
How many number of NAND and NOR gates required for the formation of NAND gates
NAND-1, NOR-4
The minimum number of 2-input NAND gates required to implement a 2-input X-OR gate is
4