Glossary of Terms

Flowcharts

Keyword Definition
Connector Symbol A symbol used in a flowchart to connect different parts of an algorithm.
Decision Symbol A symbol used in a flowchart to indicate a branching point in an algorithm.
Flowchart A visual representation of an algorithm using shapes and arrows to show the flow of instructions.
Flowcharting Tool Software used to create and edit flowcharts.
Flowline A line used in a flowchart to indicate the direction of flow in an algorithm.
Input Symbol A symbol used in a flowchart to indicate an input or data entry point in an algorithm.
Iteration The repetition of a set of instructions in a computer program.
Loop Symbol A symbol used in a flowchart to indicate a repetitive action in an algorithm.
Output Symbol A symbol used in a flowchart to indicate an output or data display point within an algorithm.
Process A series of actions or steps taken in order to achieve a particular end.
Process Symbol A symbol used in a flowchart to indicate an action taken in an algorithm.
Terminal Symbol A flowchart symbol used to indicate the start or end of an algorithm.