A flowchart is a diagrammatic representation that illustrates the sequence of operations to be performed to get the solution of a problem.
Some of the common symbols used in flowcharts are shown below:
Terminal - starting and ending points.
Process - mathematical computation, or a variable assignment.
parallelograms - input or output operations
Connector -when a flowchart divided into sections, allows connecting two flowcharts. A connector symbol used with a letter or number inside it, on the same page
Decision - true/false statement being tested in a decision symbol.
More Symbols
Study following Diagram and Pseudocode
Calculation of Salary