Computer Science, asked by namdevashish2001, 10 months ago

describe SOP(some of product)


anselm7: A boolean expression consisting purely of Minterms (product terms) is said to be in canonical sum of products form.
Example
lets say, we have a boolean function F defined on two variables A and B. So, A and B are the inputs for F and lets say, output of F is true i.e., F = 1 when any one of the input is true or 1. Now we draw the truth table for f

Answers

Answered by vishi222
2
Sum of Product is the abbreviated form of SOP. Sum of product form is a form of expression in Boolean algebra in which different product terms of inputs are being summed together. This product is not arithmetical multiply but it is Boolean logical AND and the Sum is Boolean logical OR.
Similar questions