Which of the following Boolean expression correctly represents the given logic…
2022
Which of the following Boolean expression correctly represents the given logic circuit diagram?

Answer: B. A · B + C′ — Explanation (English): Inputs A and B go to an AND gate, producing A·B. Input C passes through a NOT gate, producing C′. Both outputs are combined using an OR…
- A.
(A + B) · C′
- B.
A · B + C′
- C.
A · C′ + B · C′
- D.
(A + B)′ · C
Attempted by 751 students.
Show answer & explanation
Correct answer: B
Explanation (English): Inputs A and B go to an AND gate, producing A·B. Input C passes through a NOT gate, producing C′. Both outputs are combined using an OR gate, giving A·B + C′.

Loading lesson…