Boolean logic
Boolean logic is understanding the logic with which Boolean expressions are evaluated. The Boolean expressions this course covers are NOT, AND, OR & XOR. Each one has its own
logic gate symbol, truth table, and Boolean expression symbol.
Logic circuits
Logic circuits are made up of multiple inputs and multiple gates. The output of each gate will be represented in the truth table. In the example below first we perform
an OR on inputs A and B. Then we perform an AND on the output of that and input C.