✏️ Explanatory Question
[Computer Hardware]
Question:
Draw the logic circuit diagram for the simplified form of the following expression:
AB'C + AB'C + ABC
The circuit diagram should only contain:
- One AND gate
- One OR gate
- One NOT gate
Question Diagram:
Expression: AB'C + AB'C + ABC
Answer:
Step 1: Simplification
AB'C + AB'C + ABC = AB'C + ABC = A(B'C + BC) = AC
Simplified Expression:
AC

