Flowchart Symbols Flashcards
Used to indicate the steps in programming flowcharts.
Flowchart Symbols
Rounded Rectangle Symbol
Terminal Block
Parallelogram Symbol
Input/Output Operation Block
Rectangle Symbol
Process Block
Diamond Symbol
Decision Block
Small Circle Symbol
Connector
Hexagon Symbol
Initialization Block
Used to signify the beginning and end of the flowchart.
Terminal
Used to show an input/output operation
Input/Output Operation
Used to perform any calculations (mathematical computation or variable assignment) that are to be done.
Process
Used to show the entry or exit point of a flowchart.
Connector
A symbol (such as a function in C++) that is represented by a special symbol to distinguish it from process symbol.
Module
Used for declaring/initializing variables needed to solve a certain process.
Initialization Block