Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Canonical Boolean forms are widely used in analysis, simplification, and hardware realization. Two key canonical forms are sum-of-products (SOP) and product-of-sums (POS). This question probes whether you can distinguish their structural definitions and not confuse the operator hierarchy involved in each form.
Given Data / Assumptions:
Concept / Approach:
By definition, POS is the AND of sums (OR terms). The statement claims it is the OR of ANDed terms, which actually describes SOP. Therefore, the statement swaps the roles of SOP and POS and is incorrect.
Step-by-Step Solution:
Verification / Alternative check:
Standard textbooks and logic design courses define POS as a conjunction (product) of maxterms (which are sums), while SOP is a disjunction (sum) of minterms (which are products). This cross-check reinforces the conclusion.
Why Other Options Are Wrong:
Common Pitfalls:
Memorizing acronyms without internalizing structure. A quick mnemonic: SOP = Sum (OR) of Products (AND); POS = Product (AND) of Sums (OR).
Final Answer:
Incorrect
Discussion & Comments