Algorithms and Flowcharts to Solve Problems
फ्लो चार्ट में, स्थिति का परीक्षण करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
In a flow chart, which of the following is used to test the condition ?
Correct Answer: D) Decision
किसी एल्गोरिदम के लिए फ़्लोचार्ट बनाने की प्रक्रिया को __________ कहा जाता है।
The process of drawing a flowchart for an algorithm is called __________.
एक विस्तृत फ्लोचार्ट को कहा जाता है
A detailed flow chart is called as______?
फ्लो चार्ट के लिए कनेक्टर प्रतीक __________ है।
The connector symbol for flow chart is __________.
फ्लो चार्ट में दो ब्लॉकों को जोड़ने के लिए फ्लोलाइन के रूप में किस प्रतीक का उपयोग किया जाता है?
Which symbol is used as a flowline to connect two blocks in a flow chart ?
फ़्लोचार्ट में एक इनपुट या आउटपुट इंस्ट्रक्शन द्वारा दर्शाया जाता है
In a flowchart an input or output instruction is represented by
फ़्लोचार्ट और एल्गोरिदम का उपयोग किया जाता है
Flowchart and algorithms are used for
फ्लो चार्ट में पतंग/हीरे का प्रतीक __________ के लिए उपयोग किया जाता है।
Kite/diamond symbol in flow chart is used for __________.
फ्लो चार्ट और एल्गोरिदम का उपयोग __________ के लिए किया जाता है।
Flow charts and Algorithms are used for __________.
फ़्लोचार्ट प्रतीकों को एक दूसरे से जोड़ने के लिए उपयोग किए जाने वाले कनेक्टर्स को इस प्रकार वर्गीकृत किया जाता है
Connectors used to connect flowchart symbols to each other are classified as
फ्लो चार्ट में आउटपुट को दर्शाने के लिए निम्नलिखित में से किस प्रतीक का उपयोग किया जाता है?
Which of the following symbols is used to represent output in a flow chart ?
फ्लो चार्ट में स्थिति का परीक्षण करने के लिए किस प्रतीक का उपयोग किया जाता है?
Which symbol is used to test condition in a flow chart?
निम्नलिखित में से कौन सी नियंत्रण संरचना नहीं है?
Which of the following is not a control structure ?
छद्म कोड के लिए दूसरा शब्द क्या है?
What is another term for pseudocode?
फ़्लोचार्ट का प्राथमिक उद्देश्य क्या है?
What is the primary purpose of a flowchart?
Correct Answer: B) To provide a visual representation of an algorithm
फ़्लोचार्ट में एक इनपुट या आउटपुट इंस्ट्रक्शन द्वारा दर्शाया जाता है
In a flowchart an input or output instruction is represented by
फ्लो चार्ट और एल्गोरिदम का उपयोग किया जाता है
Flow charts and Algorithms are used for
प्निम्नलिखित में से कौन सा एल्गोरिथ्म का चित्रात्मक प्रतिनिधित्व है
Which of the following is a pictorial representation of an algorithm
फ्लो चार्ट में पतंग बॉक्स का उपयोग किसके लिए किया जाता है
Kite box in flow chart is used for
निम्नलिखित में से किस प्रतीक का प्रयोग किया जाता है फ्लो चार्ट में आउटपुट का प्रतिनिधित्व करें
Which of the following symbols is used to represent output in a flow chart
एक विस्तृत फ़्लोचार्ट को इस रूप में जाना जाता है
A detailed flowchart is known as
आप एक फ्लोचार्ट डिज़ाइन कर रहे हैं जो यह जांच करेगा कि उपयोगकर्ता द्वारा दर्ज किया गया पूर्णांक विषम है या सम, और परिणाम प्रदर्शित करेगा। कम से कम, आपको प्रतीकों के किस सेट की आवश्यकता होगी?
You are designing a flowchart to check if a user-inputted integer is odd or even and display the result. At minimum, which set of symbols do you need
Counter = Counter + 1 की गणना को दर्शाने के लिए कौन सा प्रतीक सही विकल्प है?
Which symbol is the correct choice to represent the calculation Counter = Counter + 1?
निम्नलिखित में से किस विधि का उपयोग सूचना की व्याख्या के लिए नोट्स को व्यवस्थित करने के लिए किया जा सकता है
Which of the following methods can be used to organise notes for interpreting an information.