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.

© 2020  Vedesh Kungebeharry. All rights reserved. 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s