Question #2: Given the following logic function: F2(w, x, y, z) = (x+y'z') (wx'z + w'yz'), perform each of the following
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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
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)