| foxmedia 2003-07-24, 10:46 am |
| FLOWCHARTS
A flowchart is a graphic illustration of the steps to follow in order to arrive at the solution to a problem. It is a program design tool that you use prior to writing the actual program.
A flowchart consists of a set of various standard shaped boxes that are interconnected by flow lines. Flow lines have arrows to indicate the direction of flow of control between the boxes. Place description of the activity within the boxes. In addition, there are connector symbols that are used to indicate that flow of control continues elsewhere, for example, another page.
HOW TO DRAW A FLOWCHART:
http://www.hci.com.au/hcisite2/toolkit/flowchar.htm |