Page 58 - 2619_PlusGPT V2.1_C-8
P. 58

Symbol             Name                                     Description
                                 Flow Line
                                 (Arrow)               It shows the direction in which the process flows.
                                                       It is small and is used as a Connector to show a jump from
                                 Connector

                                 (Inspection)          one point 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.
                                                                                     Example 2: Flowchart to add
                     Ensure that the flowchart has a logical start and stop.         first 100 natural numbers.


                       Advantages of Flowcharts                                                    Start

                  Flowcharts provide following advantages:
                     It provides a better understanding of a problem.                             Sum = 0

                     It facilitates a programmer to analyse the problem in detail.
                  Let us understand how some simple flowcharts are made.                            N = 0
                  Example 1: Flowchart to calculate simple interest.

                                                                                                  N = N + 1
                                        Start

                                                                                              Sum = Sum + N
                                 Read P for Principal
                                          r for rate
                                          t for time                                                 Is

                                                                                                 N > 100?
                                 Calculate                                            No
                                 SI = (P * r * t)/100
                                                                                                         Yes


                                       Print SI                                                  Print Sum



                                         Stop                                                      Stop

                              Flowchart to calculate simple                            Flowchart to add first 100 natural
                                       interest                                                   numbers

                  56    Premium Edition-VIII
   53   54   55   56   57   58   59   60   61   62   63