Introduction To Flowchart
Introduction To Flowchart
Flowcharts
Flowcharts for algorithms use the variables, constants and operators that are used in
pseudocode language, but linked together by different shapes that represent each type of step.
Drawing Flowcharts
1. Go through the problem carefully and ensure that all the information needed to solve
the problem is available, such as the inputs, processing that needs to be done and the
outputs required.
3. Arrange the steps in a logical order – the order in which the instructions should take
place.
4. Draw the flowchart for each step using the correct symbols or shapes and arrows to