1. Draw gate diagrams to implement the Exclusive-OR and Exclusive-NOR functions using only AND, OR, NOT gates.
2. Simplify the following Boolean expressions using the rules given you in class:
3. Write the Truth Table for a 3-input AND gate.
ABC F
000 0
001 0
010 0
011 0
100 0
101 0
110 0
111 1