Question:medium

The Boolean expressions $(AB)' = A' + B'$ and $(A + B)' = A'B'$ represent

Show Hint

Remember: “Break the line, change the sign, and complement every variable.” AND becomes OR, OR becomes AND under negation.
  • Absorption law
  • Distributive law
  • De Morgan's law
  • Idempotent law
Show Solution

The Correct Option is C

Solution and Explanation


Step 1: Analysis of $(AB)' = A' + B'$

The expression $(AB)'$ represents the complement of the AND operation between two variables $A$ and $B$. According to Boolean logic, when an AND expression is complemented, the result transforms into an OR expression where each variable is individually complemented. This gives: \[ (AB)' = A' + B' \] This transformation clearly shows that the operation changes from multiplication (AND) to addition (OR) while applying NOT to each variable separately. This is the fundamental statement of De Morgan's First Law.

Step 2: Analysis of $(A + B)' = A'B'$

The expression $(A + B)'$ represents the complement of the OR operation between $A$ and $B$. According to Boolean rules, when an OR expression is complemented, it becomes an AND expression where each variable is individually complemented: \[ (A + B)' = A'B' \] This is known as De Morgan's Second Law. It shows that OR changes to AND under complementation, with each variable being negated.

Step 3: Combined interpretation

Both expressions together form the complete set of De Morgan's laws. These laws are essential in switching between NAND-NOR logic implementations and simplifying complex logic circuits in digital electronics. Thus, the given expressions directly represent De Morgan's laws.
Was this answer helpful?
0


Questions Asked in Karnataka PGCET exam