Boolean Algebra Questions

here, 53 question are given for pratice boolean algebra

These questions are generally asked in university exam


Jump To Question



Question 14: Simplify the Boolean expression A + A.

Solution: A

Question 15: Simplify the Boolean expression A + 1.

Solution: 1

Question 16: Simplify the Boolean expression A * 0.

Solution: 0

Question 17: Simplify the Boolean expression A * 1.

Solution: A

Question 18: Prove that A * A = A.

Solution: A

Question 19: Simplify the Boolean expression (A + B)'.

Solution: A'B'

Question 20: Simplify the Boolean expression (AB)'.

Solution: A' + B'

Question 21: Simplify the Boolean expression A(A' + B).

Solution: AB

Question 22: Simplify the Boolean expression AB + A'B'.

Solution: A ≡ B (A XNOR B)

Question 23: Simplify the Boolean expression (A + B')(A' + B).

Solution: A'B + AB'

Question 24: Simplify the Boolean expression (A' + B)(A' + B').

Solution: A'

Question 25: Simplify the Boolean expression A(B + C).

Solution: AB + AC