Product of Sum
https://www.electronics-lab.com/article/product-of-sum/
Product of Sum In the Sum of Product article, we discussed that the Sum of Product (SOP) expression is equivalent to the logical AND-OR function. Likewise, a Product of Sum (POS) expression is equivalent to the logical OR-AND function which means it outputs the Product (AND) of two or more Sums (OR). The Product of […]
DeMorgan’s Theorem
https://www.electronics-lab.com/article/demorgans-theorem/
DeMorgan’s Theorem In the previous articles, we discussed that the digital logic uses Boolean data type which comprises of only two states i.e. “0” and “1”, and which are also referred to as “LOW” and “HIGH” states, respectively. The set of rules and laws can be applied to Boolean data types to find the optimum […]
Logic OR Function
https://www.electronics-lab.com/article/logic-or-function/
Logic OR Function The output of Logic OR Function is true when one or more of its inputs are in true logic states otherwise the output of Logic OR Function will be false. Likewise, the output of Logic OR Function will be false ONLY when all of its inputs are in false logic states. The […]
Logic OR Gate
https://www.electronics-lab.com/article/logic-or-gate/
Logic OR Gate The logic OR gate gives an output of logic “HIGH” when any of its inputs goes to the “HIGH” logic level. The logic OR gate can have multiple inputs and only one output. The logic OR gate gives an output of logic “LOW” only when all of its inputs are at logic […]