- Flowchart: Graphical representation of the steps in a computer program
- Symbols
- Oval: Start and end symbol
- Rectangle: Processing step
- Parallelogram: Input / Output
- Rounded Rectangle: Switch statement
- Diamond: Decision
- Algorithms: Graphical representation of an algorithm. Helps converting it into a computer program.
- Usage: Can be also used as a schematic representation of processes, activities and work flows.
- Examples