Last Updated : 27 Nov, 2018

A boolean function f(X,Y,Z) is implemented using 3 x 8 decoder. Where X is MSB and Z is LSB in resulting output. The connection of fan-in is depicted below:
\"\"
Then which of the following option is correct?
I – f(X,Y,Z) = Σ(0,3,6,7)
II – f(X,Y,Z) = π(0,2,4,7)
III – f(X,Y,Z) = Σ(0,3,5,7)
IV – f(X,Y,Z) = π(0,1,4,7)

(A) I and II
(B) I and IV
(C) II and III
(D) III and IV


Answer: (C)

Explanation: In the given decoder:
\"\"
f(X,Y,Z) = I0 + I3 + I6 + I7
I0 = X\’Z\’Y\’; Since, X is MSB and Z is LSB at output So, I0 = X\’Y\’Z\’
Similarly,
I3 = X\’ZY = X\’ZY = I3
I6 = XZY\’ = XY\’Z = I5
I7 = XZY = XYZ = I7
f(X,Y,Z) = Σ(0,3,5,7) in SOP
f(X,Y,Z) = π(0,2,4,7) in POS
So, option (C) is correct.

Quiz of this Question


Share your thoughts in the comments