In: Computer Science
1) For each of the following functions, find all the minimum SOP expressions using the Karnaugh map.
a) f(a,b,c) = Σm(0,1,5,6,7) (2 solutions)
b) g(v,x,y,z,w)= Σm(0,1,4,5,8,9,10,15,16,18,19,20,24,26,28,31) (1 solution)
c) h(a,b,c,d) = Σm(01,2,5,7,9)+Σd(6,8,11,13,14,15) (4 solutions)
d) f(a,b,c,d) = Σm(5,7,9,11,13,14)+Σd(2,6,10,12,15) (4 solutions)