-
How many gates you can make using universal gates?
Seven gates, they are: not, and, or, nor, nand, xor, xnor.
-
Is nand gate a universal gate?
yes,nand gate is universal gate..because we can create NOT,OR,AND,EX-OR with the help of nand gate.
-
Can a NOR gate make a AND gate?
AND gate is A.B If two not gates are added at both inputs of and gate then output becomes A'.B' which is equal to (A+B)' by DeMorgan's law. hence the nor gate is formed Update: Put more simply,...
-
How do you make or gate from nor gate?
You can use a second gate on the same IC to invert the output (most OR-gate ICs I know of have 4 gates per chip). Do this by tying the output of the first gate to both inputs of the spare gate.
-
Is not gate a universal gate?
NOT gate is not an universal gate. NAND & NOR are called universal gates.