Flow Chart: Flow Chart Symbols: 1. Start or Stop Box Purpose
Flow Chart: Flow Chart Symbols: 1. Start or Stop Box Purpose
Purpose:
Example:
Start End
2. Process Box
Purpose:
Example:
A=2+3 OR B = 10
Purpose:
Example:
No
Purpose:
Example:
Yes
Is
A=5+6
5<6
No
A=6–5
5. Flow Lines
Purpose:
Example:
Start
A=2+3
Output A
End
Points to Remember:
Wrong Way for drawing the Correct Way for drawing the
Flowchart Symbols Flowchart Symbols
Start Start
A=2+3 A=2+3
End End
Input A Input A
End End
A=2+3 A=2+3
Start Start
A=2+3 A=2+3
Output B Output A
End End
Start
Input r
Perimeter = 2 * 3.14 * r2
Output
Perimeter
End
According to the formula, r is always written in lower case that’s why you
will find lower case r in the flowchart.
[Hint: First Ten Even Numbers are 2, 4, 6, 8, 10, 12, 14, 16, 18, 20]
Start
E=2
If
Yes
E <= 20
Output
E
No
End
E=E+2