This document discusses sequential circuits and finite state machines. It covers representing and analyzing state through equations, tables and diagrams. State can be stored in flip flops and circuits analyzed by deriving the state transition and output functions. There are two types of state machines - Mealy machines have outputs dependent on inputs and state, while Moore machines only depend on state.