Important Notice:

Course Content
Algorithm & Flowchart Content
0/1
Algorithms & Flowchart to Solve Problems (Chapter-2) M3-R5.1
About Lesson

Flowchart

  • किसी एल्गोरिथम या प्रोग्राम को picture/diagram के रूप में प्रदर्शित करना Flowchart कहलाता है। अर्थात् फ़्लोचार्ट में एल्गोरिथम या प्रोग्राम को pictures/diagram की सहायता से प्रदर्शित किया जाता है।
  • Flowchart प्रोग्राम लिखने में बहुत ही उपयोगी साबित होते हैं, इसके द्वारा हम मुश्किल programs को आसानी से समझ सकते हैं।
  • फ़्लोचार्ट में बहुत सारें symbols का इस्तेमाल किया जाता है जो कि program के flow को दर्शाते हैं।
  • यह जटील (complex) प्रक्रियाओं को समझने में यूजर की मदद करता है। यह step by step किसी समस्या को समझने और उसको सुलझाने में मदद करता है।
  • फ़्लोचार्ट का इस्तेमाल programming में बहुत सारें कार्यों को करने के लिए किया जाता है जैसे कि – प्रोग्राम बनाने में, प्रोग्राम की debugging करने में, और कठिन programs को solve करने में।

Flowchart

Flowcharts are nothing but the graphical representation of the data or the algorithm for a better understanding of the code visually. It displays step-by-step solutions to a problem, algorithm, or process. It is a pictorial way of representing steps that are preferred by most beginner-level programmers to understand algorithms of computer science, thus it contributes to troubleshooting the issues in the algorithm.

                        A flowchart is a picture of boxes that indicates the process flow sequentially. Since a flowchart is a pictorial representation of a process or algorithm, it’s easy to interpret and understand the process. To draw a flowchart, certain rules need to be followed which are followed by all professionals to draw a flowchart and are widely accepted all over the countries.

Note:- A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task.

error: Content is protected !!