engineering recuitment GATE CSE 2023-24 Test Series Digital Logic Number Representations and Computer Arithmetic Minimization of Boolean Expression
Consider the below given logic circuit whose inputs are functions f1, f2, f3, f4 and the output is f.
f1(x, y, z) = ∑ (1, 3, 4)
f3(x, y, z) = ∑ (2, 3, 4, 6)
f4(x, y, z) = Π (0, 2, 3)
f(x, y, z) = ∑ (0, 3, 4)
What is the value of f2 where f2 should have minimum number of minterms?
1
∑ (3, 4)
2
∑ (1, 4)
3
∑ (0, 1, 3)
4
∑ (0, 3, 4)