Simplify the Boolean expression AB + AB. What is the resulting logic value?

Difficulty: Easy

Correct Answer: A

Explanation:


Introduction:
Boolean algebra rules allow simplification of logic expressions, reducing hardware complexity.



Step-by-Step:

Expression: AB + ABFactor: A(B + B)Since B + B = BFinal: A


Final Answer:

A

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion