167k views
5 votes
The Boolean expression A ∙ B + C ∙ D = Y is called the sum-of-products or what form?

a) Canonical form
b) Simplified form
c) Maxterm form
d) XOR form

User Air
by
7.8k points

1 Answer

6 votes

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:

  1. The dot ( • ) represents the logical AND operation.
  2. The plus sign (+) represents the logical OR operation.
  3. The expression has two terms, A • B and C • D, which are connected by the OR operator (+).
  4. In the canonical form, each term is a product of literals (variables or their complements).

Therefore, the correct answer is a) Canonical form.

User Pedrovgp
by
7.2k points