Computer Science
State the principal of duality. Write the dual of:
(P + Q').R.1 = P.R + Q'.R
Boolean Algebra
18 Likes
Answer
A boolean expression can be converted into another form by replacing each plus(+) sign with a dot(.) and each dot sign with a plus, each 1 with a 0 and each 0 with a 1. The expression so obtained is known as dual of the given boolean expression and the process of conversion is termed as Principle of Duality.
Dual of (P + Q').R.1 = P.R + Q'.R is:
(P.Q') + R + 0 = (P + R).(Q' + R)
Answered By
9 Likes
Related Questions
Convert the following cardinal form of expression into canonical form:
F(P, Q, R) = π(1, 3)Reduce the following function by using Boolean laws:
F(A, B, C, D) = (A' + C) (A' + C') (A' + B + C'D)Minimize the expression using Boolean laws:
(A + B')(B + CD)'Minimize the following function by using K-Map:
F(A, B, C) = A'BC' + A'BC + ABC' + ABC