Question:medium

The Boolean expressions \[ (AB)' = A' + B' \] and \[ (A+B)' = A'B' \] represent

Show Hint

Remember De Morgan's Laws: \[ (AB)'=A'+B' \] and \[ (A+B)'=A'B'. \] A useful memory trick is: When the complement enters the bracket, the operation changes from AND to OR or from OR to AND.
  • Absorption law
  • Distributive law
  • De Morgan's law
  • Idempotent law
Show Solution

The Correct Option is C

Solution and Explanation


Step 1:
Examine the first Boolean expression. The first expression is \[ (AB)'=A'+B'. \] This states that the complement of the AND operation equals the OR operation of the individual complements. In words, \[ \text{NOT}(A \text{ AND } B) = (\text{NOT }A)\text{ OR }(\text{NOT }B). \]

Step 2:
Examine the second Boolean expression. The second expression is \[ (A+B)'=A'B'. \] This states that the complement of the OR operation equals the AND operation of the individual complements. In words, \[ \text{NOT}(A \text{ OR } B) = (\text{NOT }A)\text{ AND }(\text{NOT }B). \]

Step 3:
Identify the Boolean law represented. Both identities together form the pair of statements known as De Morgan's Laws. These laws are widely used for simplifying logical circuits and converting between NAND and NOR implementations. Conclusion: Therefore, the given Boolean expressions represent \[ {\text{De Morgan's Law}}. \]
Was this answer helpful?
0


Questions Asked in Karnataka PGCET exam