0
1.3kviews
Using the Quine Mc-Cluskey method determine minimized SOP form for: $F(A,B,C,D) = \sum m(1,2,3,6,7,10,12,14).$

Mumbai University > COMPS > Sem 3 > Digital Logic Design and Analysis

Marks: 10 M

Year: June 2014

1 Answer
0
5views

Grouping the min terms based on number of 1’s

enter image description here

Now, Grouping the minterms of the adjacent groups based on the criteria of only one bit change.

enter image description here

Now, Grouping the minterms of the adjacent groups based on the criteria of two bit change.

enter image description here

PI table: Write down all the terms with value of checked = No from all the 3 tables

enter image description here

$$F=\underline{A}C+C\underline{D}+\underline{AB}D+AB\underline{D}$$

Please log in to add an answer.