The document introduces flowcharting and flowchart symbols. It defines a flowchart as a graphical representation of a process or program showing the steps as boxes of different shapes linked with arrows. The basic symbols are terminals (rounded rectangles for start/end), input/output operations (parallelograms), and processes (rectangles). An example flowchart calculates an employee's pay. There are four common structures: sequence, decision, repetition, and case. Connectors are used to split long flowcharts across pages.