Flowcharts

A Flowchart is a diagrammatic (graphical) representation of an algorithm. Flowchart shows the steps defined in algorithm in sequential order with flow using symbols. Flowcharts are used to illustrate algorithms in order to aid in the visualization of an algorithm. Flowcharts are to be read top to bottom and left to right in order to follow an algorithms logic from start to end

Common Flowchart Symbols:

Steps to Create a Flowchart:

  1. Identify the Steps: Based on the algorithm, determine each step.
  2. Select Symbols: Use appropriate symbols for each step.
  3. Arrange in Sequence: Position symbols logically and connect them with arrows.
  4. Test for Completeness: Ensure all possible paths are covered.

Examples


1.Finding the Sum of Two Numbers:

sum-algo

2.Flowchart for Even numbers from 1 to 10:


3.Flowchart for Area of a Circle:


4.Flowchart for Area of a Triangle:


5.Flowchart for calculating Average of 5 subjects marks:

Flowcharts are beneficial because they: