Question:medium

What is meant by factoring?

Show Hint

Factoring simplifies Boolean expressions and reduces computation complexity.
Updated On: Feb 11, 2026
  • Removal of redundant variable.
  • Removal of redundant literal.
  • Addition of redundant literal.
  • Addition of redundant variable.
Show Solution

The Correct Option is B

Solution and Explanation

Logic minimization simplifies expressions by eliminating redundant literals, consequently reducing the complexity of boolean expressions and circuits.
Was this answer helpful?
0