Final answer:
The Boolean expression A ∙ B + C ∙ D = Y is called the sum-of-products or canonical form.
Step-by-step explanation:
The Boolean expression A • B + C • D = Y is called the sum-of-products or canonical form.
To understand this form, let's break it down:
- The dot ( • ) represents the logical AND operation.
- The plus sign (+) represents the logical OR operation.
- The expression has two terms, A • B and C • D, which are connected by the OR operator (+).
- In the canonical form, each term is a product of literals (variables or their complements).
Therefore, the correct answer is a) Canonical form.