This document discusses flowcharts, which are graphical representations of algorithms or processes. It covers the overview, symbols, types, examples, and advantages/disadvantages of flowcharts. The main points are:
- Flowcharts show the logic and steps of an algorithm using standard symbols like rectangles, diamonds, and arrows. They help communicate and document processes.
- Common symbols include terminals, I/O, processes, decisions, and connectors to represent the start/end, inputs/outputs, steps, conditions, and connections.
- The three main types are sequential, selective, and iterative flowcharts depending on the control logic.
- Examples show flowcharts for addition, interest calculation, and determining even