F(A, B, C, D) = Σm(0,1,2,3,8,9,10,11)
Consider 𝐴 as MSB, 𝐷 as LSB. Which one of the following options represents the minimal sum of products form for the above function? Note: + is OR operation, . is AND operation, ′ is NOT operation
Correct : b
The correct answer is Option B — B''''.
The function F(A, B, C, D) = Σm(0,1,2,3,8,9,10,11) with A as MSB and D as LSB can be analysed by converting each minterm to its binary representation. The minterms are: m0=0000, m1=0001, m2=0010, m3=0011, m8=1000, m9=1001, m10=1010, m11=1011.
Pattern recognition: All minterms have B = 0 (the second bit is 0 in all cases). The values of A, C, and D vary freely among these minterms — A is either 0 or 1, C is either 0 or 1, and D is either 0 or 1. The only constant is B = 0.
Verification: B'''' (B = 0) covers exactly minterms where the second bit is 0, which includes all 8 minterms: 0,1,2,3,8,9,10,11 (matches the given set exactly) and also 4,5,6,7,12,13,14,15... wait, that''''s 16 minterms total for B=0.
Actually — let me recount. For 4 variables with B=0, there are 2³ = 8 combinations of (A,C,D). These 8 minterms are exactly 0,1,2,3,8,9,10,11 ✓.
Therefore the minimal sum-of-products form is simply F = B''''.
Similar Questions
Total Unique Visitors