Question #1: Given the following logic function: f(a,b,c,d) = E(2,3,8,10,13,15), perform each of the following tasks. 1) Write the logic function fin sum of minterms form using the variables a,b,c, and d 2) Write the logic function fin product of maxterms form using the variables a,b,c, and d 3) Write the complement and the dual of the logic function f(using Eand []symbols). 4) Using Logisim, draw the logic diagram of the logic function fusing two-level AND-OR gates. By poking the input values in Logisim, construct the truth table of f. 5) Using Logisim, draw the logic diagram of the logic function fusing NAND gates only. By poking the input values in Logisim, construct the truth table of f. 6) Using Logisim, draw the logic diagram of the logic function fusing NOR gates only. By poking the input values in Logisim, construct the truth table of f. 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') = (x+(y'z’))(wx'z + w’yz') The solutions of part #3 are: The dual(F) = x.(y’+z’) + (w+x'+z). (w’+y+z³) The complement: F' = x’. (y+z) + (w’+x+z° ).(w+y'+z)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.1: Introduction To C++
Problem 1E: (Practice) State whether the following are valid function names and if so, whether they’re mnemonic...
icon
Related questions
Question
Question #1: Given the following logic function:
f (a,b,c,d) = E(2,3,8,10,13,15), perform each of the following tasks.
1) Write the logic function fin sum of minterms form using the variables a,b,c, and d
2) Write the logic function fin product of maxterms form using the variables a,b,c, and d
3) Write the complement and the dual of the logic function f(using Eand I7symbols).
4) Using Logisim, draw the logic diagram of the logic function fusing two-level AND-OR
gates. By poking the input values in Logisim, construct the truth table of f.
5) Using Logisim, draw the logic diagram of the logic function fusing NAND gates only. By
poking the input values in Logisim, construct the truth table of f.
6) Using Logisim, draw the logic diagram of the logic function fusing NOR gates only. By
poking the input values in Logisim, construct the truth table of f.
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') = (x+(y'z’))(wx'z + w'yz')
The solutions of part #3 are:
The dual(F) = x. (y’+z’) + (w+x' +z). (w’+y+z')
The complement: F' = x'. (y+z) + (w'+x+z' ). (w+y'+z)
Transcribed Image Text:Question #1: Given the following logic function: f (a,b,c,d) = E(2,3,8,10,13,15), perform each of the following tasks. 1) Write the logic function fin sum of minterms form using the variables a,b,c, and d 2) Write the logic function fin product of maxterms form using the variables a,b,c, and d 3) Write the complement and the dual of the logic function f(using Eand I7symbols). 4) Using Logisim, draw the logic diagram of the logic function fusing two-level AND-OR gates. By poking the input values in Logisim, construct the truth table of f. 5) Using Logisim, draw the logic diagram of the logic function fusing NAND gates only. By poking the input values in Logisim, construct the truth table of f. 6) Using Logisim, draw the logic diagram of the logic function fusing NOR gates only. By poking the input values in Logisim, construct the truth table of f. 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') = (x+(y'z’))(wx'z + w'yz') The solutions of part #3 are: The dual(F) = x. (y’+z’) + (w+x' +z). (w’+y+z') The complement: F' = x'. (y+z) + (w'+x+z' ). (w+y'+z)
Expert Solution
steps

Step by step

Solved in 6 steps with 6 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr