-
ƒ(A,B,C,D) = πm (0,1,3,4,5,7,9,11,12,13,14,15) is a maxterm representation of a Boolean function ƒ(A,B,C,D) where A is the MSB and D is the LSB. The equivalent minimized representation of this function is
-
- (A + C + D)(A + B + D)
- ACD + ABD
- ACD + ABCD + ABCD
- (B + C + D)(A + B + C + D)(A + B + C + D)
Correct Option: A
NA