Concept of Flowchart

Concept of Flowchart

यह एक प्रकार का Diagram होता है जो Process के Workflow को Represent करता है , वास्तव में Flowchart, Algorithm का Diagrammatic representation होता है जो किसी भी Task को step by step solve करता है। Typically एक Flowchart various type के boxes को उनके Order में Arrow द्वारा Connect करके Problem के solution तक पहुंचने का एक तरीका है। 

Flowchart Symbol :- अलग -अलग flowchart shape  के अलग -अलग conventional meaning  होती है। Some common shapes are-

  1. Terminator : Termination symbol का use किसी भी प्रोग्राम में starting and ending point को Represent करने के लिए करते है।                                                                                                                 

2. Process :     Process symbol ka use flowchartमें कुछ Particular operations को Perform करने के लिए                use होता है। 

3. Decision making :     यह decision or branching point को represent करता है , diamond से बाहर की तरफ निकलती हुई          line different possible situation को  represent  करती है। ऐसे diamond symbol के नाम से भी            जाना जाता है।      

4. Data symbol :     यह information को प्रोग्राम में Entry(input) अथवा Leaving(Output) करने के लिए use किया जाता है।

5. On-page reference : यह symbol एक letter को contain करता है , यह indicate करता है कि flow continuous on a               Matching Symbol के next page पे मेल खाने वाले प्रतीक पर जारी है।

6. Off-page reference :     इस symbol के अन्दर एक letter होता है ,जो यह Denote करता है कि flow एक next page कहीं और एक      letter वाले मेल खाने वाले symbol पर continue करता है।

7. Flow line :     Line symbol का use process के direction or sequence के flow को represent करता है। Example : Draw a flow chart to Subtraction two integer numbers.

Previous articleProgramming and use of programming
Next articleVarious Techniques of Programming

LEAVE A REPLY

Please enter your comment!
Please enter your name here