Algorithms and Flowcharts to Solve Problems

Q.1 _______ दी गई समस्या का सचित्र प्रतिनिधित्व(Pictorial Presentation) प्रदान करता है।

_______ provides pictorial representation of the given problem.

A)
B)
C)
D)

Q.2 निम्न में से कौन सा एक invalid variable है?

Which of the following is an invalid variable?

A)
B)
C)
D)

Q.3 Python में नीचे दिए गए symbol का प्रयोग किस लिए किया जाता है ?

What is the symbol given below used in Python?

A)
B)
C)
D)

Q.4 इस expression का उत्तर क्या है 22%3

What is the answer to this expression 22%3

A)
B)
C)

Q.5 निम्नलिखित प्रतीक दर्शाता हैं ?

What do the following symbols represent?

A)
B)
C)
D)

Q.6 जब एक एल्गोरिथम को एक प्रोग्रामिंग भाषा के रूप में लिखा जाता है , तो यह बन जाता है |

When an algorithm is written in the form of a programming language, it becomes

A)
B)
C)
D)

Q.7 Computer scienceमें, एल्गोरिथम का अर्थ एक समस्या का समाधान के लिए कंप्यूटर द्वारा प्रयोग करने योग्य विशेष विधि को दर्शाता है।

In computer science, algorithm refers to a special method used by a computer to solve a problem.

A)
B)
C)
D)

Q.8 कोई भी एल्गोरिदम एक प्रोग्राम है।

Any algorithm is a program.

A)
B)
C)
D)

Q.9 फ्लो चार्ट की शुरुआत में _________ चिन्ह का उपयोग किया जाता है।

_________ symbol is used at the beginning of the flow chart.

A)
B)
C)
D)

Q.10 Flow chart मे condition का परीक्षण करने के लिए किस symbol का उपयोग किया जाता हैं|

Which symbol is used to test the condition in flow chart?

A)
B)
C)
D)

Q.11 फ़्लोचार्ट में पुनरावृत्ति को इसके माध्यम से दर्शाया गया है

Iteration in flowchart is depicted through

A)
B)
C)
D)

Q.12 निम्नलिखित कोड निष्पादित होने पर कौन सा फ़ंक्शन कॉल किया जाता है?

Which function is called when the following code is executed?

f = foo()
format(f)
A)
B)
C)
D)

Q.13 प्रत्येक चरण के बाद वेरिएबल्स के मानों की जांच करके एल्गोरिदम की शुद्धता की जांच करने की प्रक्रिया, जो वास्तव में प्रोग्राम चला रही है,

The process of checking the correctness of an algorithm by checking the variables’ values after every step, which actual running the program is,

A)
B)
C)
D)

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

The process of drawing a flowchart for an algorithm is called __

A)
B)
C)
D)

Q.15 एल्गोरिदम में किस प्रकार का आइटम गणना निर्दिष्ट करता है?

What kind of item in an algorithm specifies a calculation?

A)
B)
C)
D)

Q.16 फ़्लोचार्ट में प्रोग्राम के अन्य भागों या कनेक्टर्स के साथ प्रोग्राम लिंक को दर्शाया जाता है

Program link with other parts of program or connectors in flowchart are represented by

A)
B)
C)
D)

Q.17 निम्नलिखित में से किसके परिणामस्वरूप त्रुटि होगी?

Which of the following will result in an error?

str1="python"
A)
B)
C)
D)