InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
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) |
|