Page 75 - 2502_Pakistan-kifayat_C-7
P. 75
Symbol Name Description
It is small and is used as a Connector to show a jump from one point
Connector
(Inspection) in the flowchart to another. Connectors are usually labelled in pairs
to show matching jump points.
Rules to Draw Flowcharts
You must follow these basic rules while drawing a flowchart:
The flowchart should be clear, neat and easy to follow.
Maintain the direction of the flow from left to right or top to bottom.
Only one flow line should come out from a process symbol.
Ensure that only one flow line should enter a decision symbol, but two flow lines should leave the
decision symbol.
Ensure that the flowchart has a logical start and end.
Advantages of Flowcharts
Flowcharts provide following advantages:
It provides a better understanding of a problem.
It facilitates a programmer to analyse the problem in detail.
It help in identifying the steps involved in a process clearly and logically.
Flowcharts make it easier to communicate ideas and processes to others, including non-technical
stakeholders.
They assist in detecting errors or inefficiencies early in the design or problem-solving stage.
Let us understand how some simple flowcharts are made.
Example 1: Flowchart to calculate simple interest.
Start
Read P for Principal
r for rate
t for time
Calculate
SI = (P * r * t)/100
Print SI
Stop
#Computational Thinking 73

