



1. Use K-maps to reduce each of the following to a minimized SOP form: (a) A...
Be sure to include the Karnaugh map used for each solution in the Word or PDF file you will submit in Review Quiz Part 2. For the following function: f(A,B,C,D,E) = m(16, 17, 21, 22, 24, 28) + d(0,4,8, 12, 18, 25, 27) (a) Complete the truth table. (16 points) ABCDE 00000 00001 00010 00011 00100 00101 00110 00111 01000 01001 01010 01011 01100 01101 01110 01111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100...
(c) Use a Karnaugh map to reduce the following 4-variable expression to a minimum SOP form. CD(AB+AB)+CD(AB+AB)+CD(AB+ AB)+ ABCD+ABCD+ACD+ACD (5 marks)
1. Convert the following expressions to standard SOP form (a) BC + DE(BC + DE) (b) BC(CD + CE) (c) B + C[BD + C + DE] 2. Develop a truth table for each of the following standard SOP expressions (a) ABCD + ABCD + ABCD + ABCD (b) WXYZ + WXYZ + WXYZ + WXYZ + WXYZ
Minimize the following function containing don’t cares using K-Maps and design the minimized circuit using NOR gates. F(A,B,C,D,E) = ∏M (0,5,6,9,21,28,31) . ∑d (2,12,13,14,15,25,26)
Using truth tables, determine whether the following expressions are the same or not. Do not simplify equations. a'b + a'c + ac b(a'c' + c) + b'c c + a'b' Simplify the following expressions using algebraic rules: (a+b+c)(a’+b+c)(a+b’+c’)(a’+b’+c’) (2 terms, 4 literals – POS form) The rest will be SOP form: ab'c + bd + bcd'+ ab'c' + abc'd (3 terms, 6 literals) xyz’ + x’yz’ + x’yz + xyz (1 terms, 1 literal) a’b’c’ + a’bc’ + a’bc +...
1. Using a K-map find an optimal simplification of the following function F and don't care conditions d. a) F(A,B,C,D) = m2 + m3 + m4 + m7 + m11; don't cares = m5 + m15 b) G(W,X,Y,Z) = m0 + m2 + mm5 + m7 + m8 + m10 + m13; don't cares = m4 + m6 + m14.
Use K-maps to find MSOP and MPOS expressions for the following incompletely specified functions. (a) f(a,b,c,d) = ∑m(1,5,7,9) + d(6,13) (b) g(a,b,c,d) = ∏M(3,6,8,9,14) · D(1,2,4,7,11,12,13)
1) Implement each side with gates, that is a block diagram/schematic a+(b+c) = (a+b)+c a(b+c) = ab + ac 2) Make a truth table for each of the functions below and identify where each term comes from in the truth table a. F=X’Y+Y’Z’+XYZ b. G=XY+(X’+Z)(Y+Z’) c. H=WX+XY’+WX’Z+XYZ’+W’XY’ 3) For the expression F = A’B’C + ABC + ABC’ How many literals are there ___________ How many terms are there ___________ 4) F(a,b,c,d) = m(0,1,4,7,12) Find the canonical sum (which is...
For each of the following functions, find all the minimum SOP expressions using the Karnaugh map. f(a,b,c,d) = Σm(0,2,3,4,6,7,8,9,10,11,13,15) (4 solutions) g(a,b,c,d,e)= Σm(0,1,2,4,5,6,10,13,14,18,21,22,24,26,29,30) (1 solution) h(a,b,c,d) = Σm(1,3,4,6,10,12)+Σd(0,7,9,13,15) (3 solutions) f(w,x,y,z) = Σm(0,2,7,8,9,11,13)+Σd(3,10) (2 solutions)
1. For each of the following logic expressions, complete a Karnaugh map (K-map) and use it to find the minimal logic expression. (a) F= ABC+ BT D+CD + BCD (b) G JKL M+JKLM+7RM +KL+ JLM