Important Notice:

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

Flowchart Symbols

Start/Stop Symbol:-

                     किसी भी प्रोसेस के start में और end में इस symbol का use किया जाता हैं। यह प्रत्येक फ़्लोचार्ट का पहला और अंतिम सिंबल है। इसका चित्र oval (अंडाकार) होता है। इसे terminal symbol के नाम से भी जाना जाता है।

Input/Output Symbol:-

                     किसी भी तरह का input और किसी भी तरह के आउटपुट को देने के लिए हम input output सिंबल का use करते हैं। इसका चित्र parallelogram (समानांतर चतुर्भुज) होता है। इस Symbol को Data Symbol भी कहा जाता है।

Processing Symbol:-

किसी भी तरह की कोई भी प्रोसेसिंग जो हमारे डाटा के ऊपर हो रहीं हैं। उसको हम इस सिंबल से दर्शाते हैं। इसका use mathematical कार्य करने के लिए किया जाता हैं जैसे जोड़, घटाव, गुड़ा, भाग आदि के लिए इसे rectangle symbol से दर्शाते हैं। इसे Action Symbol भी कहा जाता है

Decision Symbol

      अगर हमे कोई डिसीजन लेना है. तो हम इस सिंबल का use करके कोई भी decision ले सकते हैं। इसका symbol नीचे दिया गया हैं। इसमें true/false या yes/no जैसे decision होते है। इसका चित्र diamond (विषमकोण) होता है।

Start/Stop Symbol:-

                     This symbol is used at the beginning and end of any process. This is the first and last symbol of every flowchart. Its picture is oval. It is also known as terminal symbol.

Input/Output Symbol

       To give any kind of input and any kind of output, we use input output symbol. Its picture is parallelogram (parallelogram). This symbol is also called Data Symbol.

Processing Symbol

       Any kind of processing that is taking place on our data. We represent it with this symbol. It is used to perform mathematical operations like addition, subtraction, division, division etc. It is represented by rectangle symbol. It is also called Action Symbol.

Decision Symbol

   If we have to take any decision. So we can take any decision using this symbol. Its symbol is given below. In this there are decisions like true/false or yes/no. Its shape is diamond/kite (rhombus).

error: Content is protected !!