Questions: Implementing Boolean Functions with Gates

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A truth table has 3 inputs (A, B, C) and outputs 1 exactly when A=1, B=0, C=1 AND when A=1, B=1, C=1. What is the simplified SOP expression for this function?

AF = A·B̄·C + A·B·C, which cannot be simplified further
BF = A·C, because the B variable cancels out (B̄ + B = 1)
CF = A + C, because each minterm contributes one input
DF = A·B·C only, since the second minterm dominates the first
Question 2 Multiple Choice

Which of the following gate sets is functionally complete — capable of implementing any Boolean function?

A{AND, OR} only
B{NAND} alone
C{OR, NOT} only
D{AND, XOR} only
Question 3 True / False

Any Boolean function can be implemented using only AND, OR, and NOT gates.

TTrue
FFalse
Question 4 True / False

A NAND gate alone cannot implement most Boolean functions — you need at least one additional gate type to achieve functional completeness.

TTrue
FFalse
Question 5 Short Answer

Explain the sum-of-products (SOP) approach: how do you go from a truth table to an SOP expression, and what two-level circuit structure does it produce?

Think about your answer, then reveal below.