GATE CS 2024 Set 2 — Question 50

MSQ+2 / -0MediumMinterms & MaxtermsBoolean Algebra & Logic GatesDigital LogicSOP & POS Forms

Digital Logic → Boolean Algebra & Logic Gates → Minterms & Maxterms

Last updated

Question

Consider 4-variable functions f1,f2,f3,f4f1, f2, f3, f4 expressed in sum-of-minterms form as given below.f1=(0,2,3,5,7,8,11,13)f1 = \sum(0,2,3,5,7,8,11,13)f2=(1,3,5,7,11,13,15)f2 = \sum(1,3,5,7,11,13, 15)f3=(0,1,4,11)f3 = \sum(0,1,4,11)f4=(0,2,6,13)f4 = \sum(0,2,6,13)
Logic circuit with inputs f1, f2 into an AND gate, inputs f3, f4 into an OR gate, and their outputs feeding into an XOR gate to produce Y
With respect to the circuit given above, which of the following options is/are CORRECT?
A.
Y=(0,1,2,11,13)Y = \sum(0,1,2,11,13)
B.
Y=Π(3,4,5,6,7,8,9,10,12,14,15)Y = \Pi(3,4, 5,6,7,8,9,10,12,14,15)
C.
Y=(0,1,2,3,4,5,6,7)Y = \sum(0,1,2,3,4,5,6,7)
D.
Y=Π(8,9,10,11,12,13,14,15)Y = \Pi(8,9,10,11,12,13,14,15)

Correct answer

(C) Y = Σ(0,1,2,3,4,5,6,7); (D) Y = (8,9,10,11,12,13,14,15)

Solution

The circuit consists of an AND gate, an OR gate, and an XOR gate.
1.Top Branch (AND gate):
Let the output of the AND gate be AA.
A=f1f2A = f1 \cdot f2
f1=(0,2,3,5,7,8,11,13)f1 = \sum(0,2,3,5,7,8,11,13)
f2=(1,3,5,7,11,13,15)f2 = \sum(1,3,5,7,11,13, 15)
The intersection of minterms is:
A=(3,5,7,11,13)A = \sum(3, 5, 7, 11, 13)
2.Bottom Branch (OR gate):
Let the output of the OR gate be BB.
B=f3+f4B = f3 + f4
f3=(0,1,4,11)f3 = \sum(0,1,4,11)
f4=(0,2,6,13)f4 = \sum(0,2,6,13)
The union of minterms is:
B=(0,1,2,4,6,11,13)B = \sum(0, 1, 2, 4, 6, 11, 13)
3.Final Output (XOR gate):
Y=ABY = A \oplus B
The XOR operation includes minterms present in AA or BB but not both (Symmetric Difference).

Minterms in AA: {3,5,7,11,13}\{3, 5, 7, 11, 13\}
Minterms in BB: {0,1,2,4,6,11,13}\{0, 1, 2, 4, 6, 11, 13\}

Common minterms (ABA \cap B): {11,13}\{11, 13\}
Union (ABA \cup B): {0,1,2,3,4,5,6,7,11,13}\{0, 1, 2, 3, 4, 5, 6, 7, 11, 13\}

Removing common minterms from the union:
Y={0,1,2,3,4,5,6,7}Y = \{0, 1, 2, 3, 4, 5, 6, 7\}

So, in sum-of-minterms form:
Y=(0,1,2,3,4,5,6,7)Y = \sum(0, 1, 2, 3, 4, 5, 6, 7)
This matches Option (C).
4.Product-of-Maxterms Form:
The maxterms correspond to the minterms not present in the function.
The missing minterms from the set {0,...,15}\{0, ..., 15\} are {8,9,10,11,12,13,14,15}\{8, 9, 10, 11, 12, 13, 14, 15\}.
Therefore, Y=Π(8,9,10,11,12,13,14,15)Y = \Pi(8, 9, 10, 11, 12, 13, 14, 15).
This matches Option (D).
Thus, both (C) and (D) are correct representations of the function YY.

More questions on Boolean Algebra & Logic Gates

Practice GATE CS PYQs with adaptive difficulty

Timed practice, skill tracking, and AI explanations — free to start.

Start practicing free