Computer Science
If A = 1, B = 0, C = 1 and D = 1, find its
- maxterm
- minterm
Boolean Algebra
15 Likes
Answer
Maxterm:
A' + B + C' + D'
Minterm:
A . B' . C . D
Answered By
9 Likes
Related Questions
State the two absorption laws. Verify any one of them using truth table.
Give the dual of the following:
(A' B) + (C' 1) = (A' + C) (B + C)Reduce the following Boolean expression into their simplest forms:
- {(CD)' + A} + A + C.D + A.B
- A.{B + C (A.B + A.C)'}
Find the complement of the following expression:
X' + XY'