Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
About Lesson

Flowchart

जब भी कंप्युटर में कोई प्रोग्राम बनाया जाता है तो उस प्रोग्राम को बनाने के लिए Algorithms की जरूरत पड़ती है, लेकिन इन Algorithms को सीधा ही प्रोग्राम में प्रयोग नहीं किया जाता, इन Algorithms को प्रोग्राम में प्रयोग करने से पहले इन्हे कंप्युटर में graphically रेप्रिज़ेन्ट किया जाता है, एल्गोरिथ्म के इस graphical representation को ही Flowchart कहा जाता है।  

Algorithms को प्रोग्राम में प्रयोग करने से पहले graphically इसलिए रेप्रिज़ेन्ट किया जाता है ताकि जब प्रोग्राम में डेवलपर को algorithms प्रयोग करने की जरूरत पड़े तो वह कन्फ्यूज़ ना हो और उसे अच्छे से पता हो कि उसे कब क्या करना है, इससे प्रोग्राम्स बनाने में आसानी रहती है और कार्य जल्दी से और बिना किसी error के पूरा होता है।

 

Flowchart

A flowchart is a diagrammatic representation of an algorithm. A flowchart can be helpful for both writing programs and explaining the program to others.

Flowchart is a diagrammatic representation of sequence of logical steps of a program. Flowcharts use simple geometric shapes to depict processes and arrows to show relationships and process/data flow.

error: Content is protected !!