- #1
Avanthica
- 14
- 1
- TL;DR Summary
- why NAND AND NOR gates alone are used to form a LATCH circuit
Why we cannot make a LATCH circuit with logic gates other than NAND and NOR gates.?
I think you can. However, recognize that all combinatorial logic can be (in fact often are) constructed from NAND and NOR gates. The fundamental boolean operations are AND, OR, and INVERT (or NOT), everything can be constructed from these. For technical reasons, it is usually easier to just make NAND and NOR gates as the basis for all higher complexity digital circuits in ICs.TL;DR Summary: why NAND AND NOR gates alone are used to form a LATCH circuit
Why we cannot make a LATCH circuit with logic gates other than NAND and NOR gates.?
Because you need an inverter somewhere in a latch. Try to design a latch without a NOT gate and see what happens.Why we cannot make a LATCH circuit with logic gates other than NAND and NOR gates.?
It is certainly possible, and even NAND and NOR gates can be made of inverters, AND gates, and OR gates.TL;DR Summary: why NAND AND NOR gates alone are used to form a LATCH circuit
Why we cannot make a LATCH circuit with logic gates other than NAND and NOR gates.?