This document provides an overview of sequential VHDL concepts including process statements, wait statements, signals and variables in processes, and if, case, and loop statements. It discusses how processes allow for sequential execution even though other statements execute concurrently. Sensitivity lists and wait statements control process execution. The difference between signals and variables is explained, with signals taking on their last assigned value after a process suspends and variables changing immediately. Global variables are not recommended. Examples are provided for various statements.