Question #2: Given the following logic function: F2(w, x, y, z) = (x+y'z') (wx'z + w'yz'), perform each of the following
Posted: Fri Jul 08, 2022 6:35 am
Question #2: Given the following logic function: F2(w, x, y, z) = (x+y'z') (wx'z + w'yz'), perform each of the following tasks. 1) Using Logisim, draw the logic diagram of the logic function F2. 2) By poking the input values in Logisim, construct the truth table of F2. 3) Write out the complement and dual forms of F2 F2 = (x+y'Z') (wx'z + w'yz') = The solutions of part #3 are: (x+(y'z')) (wx'z + w'yz') The dual (F) = x. (y²+z³) + (w+x³+z). (w³+y+z') The complement: F' = x'. (y+z) + (w³+x+z'). (w+y+z)