10,362 views
3 votes
3 votes

Given the Following Boolean Function:

F = xy’z + x’y’z + w’xy + wx’y + wxy

  1. Obtain the truth table of the function.
  2. Draw the logic diagram using the original Boolean Expression.
  3. Simplify the function to the minimum number of literals using boolean algebra.
  4. Obtain the truth table from the simplified function and show that it is the same as in Part 1 of this question.
  5. Draw the logic diagram of the simplified function and Compare the total number of gates with the logic diagram in part 2.

1 Answer

Related questions

5 votes
5 votes
2 answers
1
ajaysoni1924 asked Mar 31, 2019
34,873 views
Express the following function in the sum of minterms and The product of the maxterms.(a) F(A,B,C,D) = B’D + A’D + BD(b)F(x,y,z)=(xy + z)(xz + y)
2 votes
2 votes
1 answer
3
ajaysoni1924 asked Mar 31, 2019
5,545 views
Obtain the truth tables of the following Boolean Functions. Express Each Function in Sum of minterm And Product of Maxterm.(xy + z)((y + xz)(A’ + B)(B’ + C)y’z + wx...