Flowcharts are graphical representation of algorithms. They consist of shapes which contain instructions that can be followed. The order of execution of instructions is determined by arrows which start from the “Start” shape, move onto other intermediate shapes until execution stops at the “End” shape.
The shapes used are shown below:

We will observe how these symbols are used to represent the solution to a problem in our next post on Sequence.
© 2020 Vedesh Kungebeharry. All rights reserved.