This document defines and describes basic logic gates. It lists the three main types of logic gates as AND, OR, and NOT. It provides the symbols, truth tables, and Boolean equations for each gate. The NOT gate inverts its input and outputs the opposite value. The OR gate outputs a 1 if either or both inputs are 1. The AND gate only outputs a 1 if both inputs are 1.