This document provides solutions to various boolean algebra questions. Some key points:
- George Boole developed Boolean algebra in 1854. It is also called switching algebra.
- Variables in boolean algebra can have truth values of TRUE or FALSE. Expressions that are always TRUE are called tautologies, and those always FALSE are called fallacies.
- Basic logic gates are the NOT, OR, and AND gates. NOT implements complementation, OR implements logical addition, and AND implements logical multiplication.
- A truth table represents all possible combinations of input variables and their corresponding outputs.
- The principle of duality allows deriving new boolean relations by changing OR to AND, AND to OR, and sw