Computer Science, asked by dynomoarpith, 2 days ago

(b) Find out the logic expression of F(w, x, y, z) = a(0,3,6, 7, 10, 12, 14)​

Answers

Answered by yogjyoti7
0

Answer:

In SOP (sum of product) form, a min term is represented by 1.

In POS (product of sum) form, a max term is represented by 0.

Sum of product: (SOP)

f(w, x, y, z) = ∑m (0, 1, 2, 3, 7, 8, 10) + ∑d (5, 6, 11, 15)

Product of sum: (P0S)

f(w, x, y, z) = Π (4, 9, 12, 13, 14) + ∑d (5, 6, 11, 15),

Diagram:

K-map from this expression is:

f(x, y, w, z) = (w’ + z’) (x’ + z)

Answered by st1868850
0

Answer:

this is the correct answer....

Explanation:

f(x,y,w,z) (x+z)

Similar questions