Computer Science
Find the complement of XY'Z + XY + YZ'
Boolean Algebra
ICSE 2014
36 Likes
Answer
Complement of XY'Z + XY + YZ'
= [XY'Z + XY + YZ']'
= (XY'Z)'.(XY)'.(YZ')'
= (X' + Y + Z').(X' + Y').(Y' + Z)
Answered By
19 Likes
Related Questions
Write the SOP expression corresponding to the following truth table:
A B C D (Output) 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 1 1 Minimize the following function by using K-Map:
F(A, B, C) = A'BC' + A'BC + ABC' + ABC
Convert the following expression into canonical POS form:
F(A, B) = (A + B).A'
Express in the product of sum (POS) form, the boolean function F (A, B, C). The truth table for which is given below:
A B C F 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 1 1