Time: 20:00

1. When an algorithm is writen in the form of a programming language, i becomes a:

जब एक एल्गोरिदम को प्रोग्रामिंग भाषा के रूप में लिखा जाता है, तो i बन जाता है:

2. What will be the output of the folllowing pseudo codes?

integer a,b
set a=9 ,b=5
a=a mod(a-3)
b=b mod(b-3)
print a+b

3. Which of the following symbols is used for input and output operations in a flow chart?

फ्लो चार्ट में इनपुट और आउटपुट संचालन के लिए निम्नलिखित में से किस प्रतीक का उपयोग किया जाता है?

4. What is the symbol used to represent start and stop of a flowchart?

फ़्लोचार्ट की शुरुआत और समाप्ति को दर्शाने के लिए किस प्रतीक का उपयोग किया जाता है?

5. An algorithm that calls itself directly ot indirectly is called as

एक एल्गोरिथ्म जो स्वयं को प्रत्यक्ष या अप्रत्यक्ष रूप से कॉल करता है उसे कहा जाता है

6. A process is expressed in a flowchart by

एक प्रक्रिया को फ़्लोचार्ट में व्यक्त किया जाता है

7. What will be the output of the following pseudo code?

Integer a
Set a=4
do
    print a+2
    a =a-1
while (a not equal 0)
end while

8. What are the three different types of algorithm constructions?

एल्गोरिदम निर्माण के तीन अलग-अलग प्रकार क्या हैं?

9. Flowchart and algorithms are used for

फ़्लोचार्ट और एल्गोरिदम का उपयोग किया जाता है

10. Algorithms cannot be representd by

एल्गोरिदम द्वारा प्रस्तुत नहीं किया जा सकता

11. The process of drawing a flowchart for an algorithm is called

किसी एल्गोरिथम के लिए फ्लोचार्ट बनाने की प्रक्रिया को कहा जाता है

12. The way for solving a problem step by step is known as

किसी समस्या को चरण दर चरण हल करने की विधि कहलाती है

13. In a flow chart, which of the following is used to test the condition?

फ्लो चार्ट में, स्थिति का परीक्षण करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?

14. A detailed flowchart is known as

विस्तृत फ़्लोचार्ट को कहा जाता है

15. A detailed flowchart is called as_____?

एक विस्तृत फ़्लोचार्ट को _____ कहा जाता है?

16. Which of the following symbols is used to represent output in a flow chart?

फ्लो चार्ट में आउटपुट को दर्शाने के लिए निम्नलिखित में से किस प्रतीक का उपयोग किया जाता है?

17. Kite/Diamond symbol in flow chart is used for______

फ्लो चार्ट में पतंग/हीरा प्रतीक का उपयोग ______ के लिए किया जाता है

18. Which symbol is used as a flowline to connect two blocks ina a flow chart?

फ्लो चार्ट में दो ब्लॉकों को जोड़ने के लिए फ्लोलाइन के रूप में किस प्रतीक का उपयोग किया जाता है?

19. This datatype whose representation is known are called

यह डेटाटाइप जिसका प्रतिनिधित्व ज्ञात हो, कहलाते हैं

20. For performing the addition of two numbers, which of the following symbol in a flow chart are used?

दो संख्याओं को जोड़ने के लिए फ्लो चार्ट में निम्नलिखित में से किस प्रतीक का उपयोग किया जाता है?