Exam-style question
Try this first
Which of the following circuits implements the Boolean expression F = (A + B)·C'?.
- A.OR gate for A and B feeding an AND gate with input C inverted.
- B.OR gate for A and B feeding an AND gate with input C.
- C.AND gate for A and B feeding an OR gate with input C inverted.
- D.NAND gate for A and B feeding an OR gate with input C inverted.
Model answer
What a good answer should say
- OR gate for A and B feeding an AND gate with input C inverted.
Explanation
Why this works
Formula/rule: Boolean expression decomposition. Substitution: F = (A + B)·C'.
Working: OR gate for A and B, inverter for C, AND gate combine the two outputs. Answer: OR gate for A and B feeding an AND gate with input C inverted.
Conclusion: This circuit correctly implements the given Boolean expression.
Common mistake
No common mistake is linked to this question yet.
