Computer Sciences > GATE 2026 SET-2 > Digital Logic
Consider the following 4-variable Boolean function
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
A
A' + B' + C' + D'
B
B'
C
A'.B' + A.B
D
A'

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

Consider the minterm list form of a Boolean function F given below. F(P, Q, R, S) = Σm(0, 2, 5, 7, 9, 11) + d(3, 8, 10, 12, 14) Here, m denotes a minterm...
#605 Fill in the Blanks
A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in time the content of only on...
#651 Fill in the Blanks
Consider a system that uses 5 bitsfor representing signed integers in 2’s complement format. In this system, two integers 𝐴 and 𝐵 are represented as 𝐴=01010 an...
#828 MCQ

Related Topics

GATE CS 2026 Set-2 Q40 Boolean function minimal SOP GATE 2026 sum of products minimization GATE CS minterm list Boolean GATE 2026 K-map simplification GATE CS digital logic GATE 2026 Boolean algebra minimization GATE CS SOP form GATE 2026

Unique Visitor Count

Total Unique Visitors

Loading......