Boolean Algebra and Logic Simplification - Technical MCQs

Q1:

What is the primary motivation for using Boolean algebra to simplify logic expressions?

A It may make it easier to understand the overall function of the circuit.

B It may reduce the number of gates.

C It may reduce the number of inputs required.

D all of the above

ANS:D - all of the above

xy + xx + xz + yx + zy

We will remove the similar term.

=> xy + xx + xz + zy

=> xx + xy + xz + zy

=> x(1+y) + xz + zy

=> x + xz + zy

=> x(1+z) + zy

=> x + zy