Questions: Logic Gates Fundamentals

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A chip manufacturer wants to standardize production by using only a single type of gate for all digital circuits. An engineer claims this is impossible — you need at least both AND and NOT gates together. Is the engineer correct?

AYes — AND and NOT are required together because OR cannot be derived from them alone
BNo — a NAND gate alone is functionally complete and can implement any Boolean function
CNo — but only NOR gates can achieve this, not NAND gates
DYes — OR, AND, and NOT are all required because no single gate can replicate all three
Question 2 Multiple Choice

Why is the XOR gate particularly important in arithmetic circuits, compared to AND, OR, and NOT?

AXOR produces the carry bit in binary addition, which AND and OR cannot compute
BXOR captures the sum bit in binary addition — the same behavior as adding two bits and taking the result modulo 2
CXOR is simpler to construct from transistors than AND or OR gates
DXOR can process three or more inputs simultaneously, making it faster than AND for wide operands
Question 3 True / False

A truth table for a logic circuit with n inputs always has exactly 2^n rows — one for each possible combination of input values.

TTrue
FFalse
Question 4 True / False

NOT is the most complex of the three basic gates because it requires both AND and OR operations internally to compute its output.

TTrue
FFalse
Question 5 Short Answer

What does it mean for a set of logic gates to be 'functionally complete,' and why does this property matter for building digital circuits?

Think about your answer, then reveal below.