UPSC 2014 Maths Optional Paper 2 Q5d — Step-by-Step Solution
10 marks · Section B
Question
Use only AND and OR logic gates to construct a logic circuit for the Boolean expression .
Technique
Direct realisation of sum-of-products Boolean expression using AND gates for product terms and OR gate for the sum.
Solution
The expression is the OR of two AND products. It requires:
- AND gate 1: inputs → output .
- AND gate 2: inputs → output .
- OR gate: inputs → output .
Circuit diagram
x ----+
|---[AND]----+
y ----+ |
+---[OR]---- z
u ----+ |
|---[AND]----+
v ----+
ASCII rendering:
- Two AND gates compute the two product terms in parallel.
- One OR gate combines them.
Total gate count: 2 AND gates + 1 OR gate = 3 gates.
Truth table verification
| … | … | … | … | … | … | … |
(All 16 rows of the 4-variable truth table can be checked; iff either pair is .)