5 questions to test your understanding
You need to build a NOT gate using only NAND gates. How many NAND gates are required and how are they connected?
A chip manufacturer can produce only one gate type reliably. Which of the following would allow them to build a complete processor?
AND gates and OR gates together form a universal set — any Boolean function can be built using primarily AND and OR gates.
NAND is universal because it can implement AND, OR, and NOT using only NAND gates, and AND/OR/NOT together can express any Boolean function.
Why can NAND gates implement any Boolean function while AND gates alone cannot? What property does NAND have that AND lacks?