Flowchart

The above symbols are used in a flowchart. There are others but these are the main ones. A flowchart is a classic way of representing problems in a serial manner. It allows selection through decision boxes, itteration using feedback lines and access to variables through the process box. Input is handled by the input box. The diagram below shows a simple algorithim which adds up the numbers 1 to 10 and outputs the result.