213k views
4 votes
Assume you have the following truth tables for functions

F1(w, x, y, z) and F2(w, x, y, z):

W X Y Z F1 F2
0 0 0 0 0 0
0 0 0 1 1 1
0 0 1 0 0 0
0 0 1 1 1 1
0 1 0 0 0 0
0 1 0 1 0 0
0 1 1 0 0 0
0 1 1 1 0 0
1 0 0 0 0 0
1 0 0 1 1 0
1 0 1 0 0 0
1 0 1 1 1 0
1 1 0 0 1 1
1 1 0 1 1 1
1 1 1 0 1 1
1 1 1 1 1 1

(a) Express F1 and F2 in sum-of-products form.
(b) Simplify each function.
(c) Draw one logic circuit to implement the above two functions.

User Billy Chan
by
4.7k points

2 Answers

3 votes

Answer

Explanation:

(a) Express F1 and F2 in sum-of-products form.

User Puzomor Croatia
by
5.4k points
5 votes

Answer:

Please see attachments for answers and step by step guide.

Assume you have the following truth tables for functions F1(w, x, y, z) and F2(w, x-example-1
Assume you have the following truth tables for functions F1(w, x, y, z) and F2(w, x-example-2
User Angelacpd
by
4.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.