Questions: Universal Gates: NOR and NAND

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You need to build a NOT gate using only NAND gates. How many NAND gates are required and how are they connected?

ATwo NAND gates in series: output of first feeds both inputs of second
BOne NAND gate: connect the input signal to both inputs of a single NAND gate
CThree NAND gates: one for each input stage and one for the output
DA NOT gate cannot be built from NAND gates alone
Question 2 Multiple Choice

A chip manufacturer can produce only one gate type reliably. Which of the following would allow them to build a complete processor?

AAND gates only
BOR gates only
CNAND gates only
DXOR gates only
Question 3 True / False

AND gates and OR gates together form a universal set — any Boolean function can be built using primarily AND and OR gates.

TTrue
FFalse
Question 4 True / False

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.

TTrue
FFalse
Question 5 Short Answer

Why can NAND gates implement any Boolean function while AND gates alone cannot? What property does NAND have that AND lacks?

Think about your answer, then reveal below.