Flowcharts – Representation

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.

Live Class

Algorithms review, Introduction to Flowcharts (Live Class – 2025-09-12)

Updates to this post

2025-09-12: Added live class section

© 2020  Vedesh Kungebeharry. All rights reserved. 

Leave a comment