Computer Science And Engineering

Computer Science And EngineeringDigital LogicMultiple Choice (MCQ)2 Marks
Q1.

Consider the following four variable Boolean function in sum-of-product form F(b3,b2,b1,b0)=(0,2,4,8,10,11,12)F(b_3, b_2, b_1, b_0) = \sum(0, 2, 4, 8, 10, 11, 12) where the value of the function is computed by considering b3b2b1b0b_3b_2b_1b_0 as a 44-bit binary number, where b3b_3 denotes the most significant bit and b0b_0 denotes the least significant bit. Note that there are no don't care terms. Which ONE of the following options is the CORRECT minimized Boolean expression for FF?

A
b1ˉb0ˉ+b2ˉb0ˉ+b1b2ˉb3\bar{b_1}\bar{b_0} + \bar{b_2}\bar{b_0} + b_1\bar{b_2}b_3
B
b1ˉb0ˉ+b2ˉb0ˉ\bar{b_1}\bar{b_0} + \bar{b_2}\bar{b_0}
C
b2ˉb0ˉ+b1b2ˉb3\bar{b_2}\bar{b_0} + b_1\bar{b_2}b_3
D
b0ˉb2ˉ+b3ˉ\bar{b_0}\bar{b_2} + \bar{b_3}
NEXT NODE