State and verify Distributive Law in Boolean Algebra and Draw a Logical Diagram for the following Boolean Expression : F=X'Y''+(Z'+W)in python
Answers
Answered by
0
Answer:
Distributive Law states that the multiplication of two variables and adding the result with a variable will result in the same value as multiplication of addition of the variable with individual variables. For example: x + i.y = (x + i) (x + y)
Similar questions