Computer Science, asked by Anantsingh17, 7 months ago

The compliment of the Boolean expression x.y + x’.(y+z) is:​

Answers

Answered by Anonymous
2

The complement will be f' = (x' + y)(x'*(y+z'))(y). To find the complements of a boolean function, we apply de morgan's law . 1) We change the OR gates with the AND gates and the AND gates with the OR gates. 2) We change each literal in the function such that it becomes its complement.

Similar questions