This document discusses additional logic gates and circuits. It introduces complex gates that are built from more than one primitive operation type. Examples of complex gates include XOR and XNOR gates. XOR gates implement the exclusive OR function, outputting 1 only when the two inputs are different. XNOR gates are the complement and output 1 only when the two inputs are the same. The document also discusses using XOR and XNOR gates to implement odd and even functions with more than two variables. Finally, it introduces three-state logic gates that can output a high-impedance state in addition to 0 and 1, allowing their outputs to be connected together.