O Level - Algorithm And Flowcharts To Solve Problems
Questions No: 1/28

Algorithms cannot be represented by
एल्गोरिदम द्वारा प्रतिनिधित्व नहीं किया जा सकता है

Questions No: 2/28

The connector symbol for flow chart is
फ्लोचार्ट के लिए कनेक्टर प्रतिक है

Questions No: 3/28

What will be the output of the following pseudo code?

Integer a,b
set a=10,b=5
a=a mod(a-6)
b=b mod(b-2)
print a-b

Questions No: 4/28

What is the symbol used to represent start and stop of a flowchart ?
फ्लोचार्ट के स्टार्ट और स्टॉप को दर्शाने के लिए किस प्रतीक का प्रयोग किया जाता है?

Questions No: 5/28

Pictorial representation of an algorithm is called as
किसी एल्गोरिथम का सचित्र निरूपण कहलाता है

Questions No: 6/28

Which symbol is used as a flowline to connect two blocks in a flow chart?
फ्लोचार्ट में दो ब्लॉक जोड़ने के लिए फ्लोलाइन के रूप में किस प्रतीक का उपयोग किया जाता है?

Questions No: 7/28

The process of drawing a flowchart for an algorithms is called
एल्गोरिथम के लिए फ़्लोचार्ट बनाने की प्रक्रिया कहलाती है

Questions No: 8/28

Which of the following is not a control structure ?
निम्न में से कौन सा नियंत्रण संरचना नहीं है |

Questions No: 9/28

In flow chart Oval shape is used for?
फ्लो चार्ट में अंडाकार आकार का उपयोग किसके लिए किया जाता है?

Questions No: 10/28

In a flow chart, which of the following is used to test the condition ?
फ्लो चार्ट में, निम्नलिखित में से किसका उपयोग स्थिति का परीक्षण करने के लिए किया जाता है?

Questions No: 11/28

The graphical representation of algorithm is
एल्गोरिदम का चित्रमय प्रतिनिधित्व है

Questions No: 12/28

What is an algorithm
एल्गोरिथम क्या है

Questions No: 13/28

Kite/diamond symbol in flow chart is used for_______
फ्लो चार्ट में पतंग/डायमंड प्रतीक का प्रयोग _______ के लिए किया जाता है

Questions No: 14/28

What are the three different types of algorithm constructions ?
एल्गोरिदम निर्माण के तीन अलग-अलग प्रकार क्या हैं?

Questions No: 15/28

A detailed flow chart is called as______?
एक विस्तृत फ्लोचार्ट को कहा जाता है

Questions No: 16/28

which symbol is used for Decision making in flowchart
फ़्लोचार्ट में निर्णय लेने के लिए किस प्रतीक का उपयोग किया जाता है?

Questions No: 17/28

What will be the output of the following algorithm for a=5, b-8, c=6 ?

Step 1: Start
Step 2: Declare variables a, b and c.
Step 3 Read variables a, b and c.
Step 4: 
	If a < b
		If a <c
			Display a is the smallest number.
		Else
			Display c is the smallest number.
	Else
		If b <c
			Display b is the smallest number.
		Else
			Display c is the smallest number
Step 5:Stop

Questions No: 18/28

Flowchart and algorithms are used for
फ़्लोचार्ट और एल्गोरिदम का उपयोग किया जाता है

Questions No: 19/28

The way for solving a problem step by step is know as
किसी समस्या को चरणबद्ध तरीके से हल करने की विधि को कहते हैं

Questions No: 20/28

Set of statements is executed based upon conditional test.
कथनों का सेट सशर्त परीक्षण के आधार पर निष्पादित किया जाता है।

Questions No: 21/28

A process is expressed in a flowchart by
एक प्रक्रिया को फ्लोचार्ट में व्यक्त किया जाता है

Questions No: 22/28

What will be the output of the following pseudo code?

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

Questions No: 23/28

An algorithm that calls itself directly or indirectly is called as
एक एल्गोरिद्म जो खुद को प्रत्यक्ष या अप्रत्यक्ष रूप से कॉल करता है, कहलाता है

Questions No: 24/28

Which symbol is used for input and output in flowchart?
फ़्लोचार्ट में इनपुट और आउटपुट के लिए किस प्रतीक का उपयोग किया जाता है?

Questions No: 25/28

Which of the following symbol is used for input and output operations in a flow chart?
फ्लो चार्ट में इनपुट और आउटपुट ऑपरेशंस के लिए निम्नलिखित में से किस प्रतीक का उपयोग किया जाता है?

Questions No: 26/28

For performing the addition of two numbers, which of the following symbol in a flow chart are used ?
फ्लोचार्ट में दो संख्याओं का योग करने के लिए, निम्नलिखित में से किस प्रतिक का उपयोग किया जाता है?

Questions No: 27/28

Which of the following symbols is used to represent output in a flow chart?
फ्लोचार्ट में आउटपुट को निरूपित करने के लिए निम्नलिखित में से किस चिन्ह का प्रयोग किया जाता हैं?

Questions No: 28/28

A detailed flowchart is know as
एक विस्तृत फ़्लोचार्ट को किस रूप में जाना जाता है