Flowchart

 

Flowchart:

Flowchart is the diagrammatic representation of the an algorithm. Flowchart consist of pictorial symbols. Flowchart indicates the direction of flow of process, relevant operation and computations, points of decision and other information which is part of the solution.

Symbols used in flowcharts:

Examples of Flowchart:
1)Draw a flowchart to find the largest number between two number.



 2)Draw a flowchart to display 1,2,4,8,........k.



Comments