O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Projects
O level Programming and problem solving through python Model Paper (Online Test) 5
Programming And Problem Solving Through Python - Set : 5
00:00:00
English
Hindi
Question No# :
01
out of 100
Report Bug
The data type whose representation is unknown are called
A.
Built in datatype
Built in datatype
B.
Derived datatype
Derived datatype
C.
Concrete datatype
Concrete datatype
D.
Abstract datatype
Abstract datatype
Question No# :
02
out of 100
Report Bug
Which of the following is a compound structure?
A.
Pair
Pair
B.
Triplet
Triplet
C.
single
single
D.
quadrat
quadrat
Question No# :
03
out of 100
Report Bug
Bundling two values together into one can be considered as
A.
Pair
Pair
B.
Triplet
Triplet
C.
single
single
D.
quadrat
quadrat
Question No# :
04
out of 100
Report Bug
Which of the following is constructed by placing expressions within square brackets?
A.
Tuples
Tuples
B.
Lists
Lists
C.
Classes
Classes
D.
quadrats
quadrats
Question No# :
05
out of 100
Report Bug
The word comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi is called?
यह शब्द एक फारसी गणितज्ञ अबू जाफर मोहम्मद इब्न-ए मूसा अल खोवारिज्मी के नाम से आया है, कहा जाता है?
A.
Flowchart
फ़्लोचार्ट
B.
Flow
फ़्लो
C.
Algorithm
एल्गोरिथम
D.
Syntax
सिंटेक्स
Question No# :
06
out of 100
Report Bug
Two main measures for the efficiency of an algorithm are
एक एल्गोरिथम की दक्षता के लिए दो मुख्य उपाय हैं:
A.
Processor and memory
प्रोसेसर और मेमोरी
B.
Complexity and capacity
जटिलता और क्षमता
C.
Time and space
टाइम और स्पेस
D.
Data and space
डेटा और स्पेस
Question No# :
07
out of 100
Report Bug
The complexity of linear search algorithm is
A.
O(n)
O(n)
B.
O(log n)
O(log n)
C.
O(n2)
O(n2)
D.
O(n log n)
O(n log n)
Question No# :
08
out of 100
Report Bug
Who developed Python ?
A.
Ritche
Ritche
B.
Guido Van Rossum
Guido Van Rossum
C.
Bill Gates
Bill Gates
D.
Sunder Pitchai
Sunder Pitchai
Question No# :
09
out of 100
Report Bug
The Python prompt indicates that Interpreter is ready to accept instruction.
A.
>>>
>>>
B.
<<<
<<<
C.
#
#
D.
<<
<<
Question No# :
10
out of 100
Report Bug
Which of the following character is used to give comments in Python Program ?
A.
#
#
B.
&
&
C.
@
@
D.
$
$
Question No# :
11
out of 100
Report Bug
This symbol is used to print more than one item on a single line.
A.
Semicolon(;)
Semicolon(;)
B.
Dollor($)
Dollor($)
C.
comma(,)
comma(,)
D.
Colon(:)
Colon(:)
Question No# :
12
out of 100
Report Bug
Which of the following is not a token ?
A.
Interpreter
Interpreter
B.
Identifiers
Identifiers
C.
Keyword
Keyword
D.
Operators
Operators
Question No# :
13
out of 100
Report Bug
Which of the following is not a Keyword in Python ?
A.
break
break
B.
while
while
C.
continue
continue
D.
operators
operators
Question No# :
14
out of 100
Report Bug
Which operator is also called as Comparative operator?
A.
Arithmetic
Arithmetic
B.
Relational
Relational
C.
Logical
Logical
D.
Assignment
Assignment
Question No# :
15
out of 100
Report Bug
Which of the following is not Logical operator?
A.
and
and
B.
or
or
C.
not
not
D.
Assignment
Assignment
Question No# :
16
out of 100
Report Bug
Which operator is also called as Conditional operator?
A.
Ternary
Ternary
B.
Relational
Relational
C.
Logical
Logical
D.
Assignment
Assignment
Question No# :
17
out of 100
Report Bug
elif can be considered to be abbreviation of
A.
nested if
nested if
B.
if..else
if..else
C.
else if
else if
D.
if..elif
if..elif
Question No# :
18
out of 100
Report Bug
What plays a vital role in Python programming?
A.
Statements
Statements
B.
Control
Control
C.
Structure
Structure
D.
Indentation
Indentation
Question No# :
19
out of 100
Report Bug
Which statement is generally used as a placeholder?
A.
continue
continue
B.
break
break
C.
pass
pass
D.
goto
goto
Question No# :
20
out of 100
Report Bug
The condition in the if statement should be in the form of
if स्टेटमेंट में शर्त इस प्रकार होनी चाहिए
A.
Arithmetic or Relational expression
Arithmetic or Relational expression
B.
Arithmetic or Logical expression
Arithmetic or Logical expression
C.
Relational or Logical expression
Relational or Logical expression
D.
Arithmetic
Arithmetic
Question No# :
21
out of 100
Report Bug
Which is the most comfortable loop?
सबसे सरल लूप कौन सा है?
A.
do..while
do..while
B.
while
while
C.
for
for
D.
if..elif
if..elif
Question No# :
22
out of 100
Report Bug
Which amongst this is not a jump statement ?
A.
for
for
B.
goto
goto
C.
continue
continue
D.
break
break
Question No# :
23
out of 100
Report Bug
A step by step method for solving a problem using English Language
A.
program
program
B.
Flowchart
Flowchart
C.
statement
statement
D.
Algorithm
Algorithm
Question No# :
24
out of 100
Report Bug
Set of statements is executed based upon conditional test.
कथनों का सेट सशर्त परीक्षण के आधार पर निष्पादित किया जाता है।
A.
Looping
Looping
B.
Selective
Selective
C.
Sequence
Sequence
D.
None
None
Question No# :
25
out of 100
Report Bug
Set of statements is executed again and again based upon conditional test.
A.
Looping
Looping
B.
Selective
Selective
C.
Sequence
Sequence
D.
None
None
Question No# :
26
out of 100
Report Bug
The graphical representation of algorithm is
एल्गोरिदम का चित्रमय प्रतिनिधित्व है
A.
program
program
B.
Flowchart
Flowchart
C.
statement
statement
D.
Algorithm
Algorithm
Question No# :
27
out of 100
Report Bug
All instructions are executed one after other.
A.
Looping
Looping
B.
Selective
Selective
C.
Sequence
Sequence
D.
None
None
Question No# :
28
out of 100
Report Bug
_______ are user Define name
___________उपयोगकर्ता परिभाषित नाम।
A.
Identifiers
Identifier
B.
constant
constant
C.
syntax
syntax
D.
expression
expression
Question No# :
29
out of 100
Report Bug
If we overcome the rules of the programming language, we get
यदि हम प्रोग्रामिंग भाषा के नियमों फेर बदल करते है तो उसका परिणाम
A.
Runtime error
रनटाइम एरर
B.
Syntax error
सिंटेक्स एरर
C.
logical error
लॉजिकल एरर
D.
None of the above.
इनमे से कोई भी नहीं
Question No# :
30
out of 100
Report Bug
Correcting the program code:
A.
Testing
Testing
B.
Syntax error
Syntax error
C.
Runtime error
Runtime error
D.
Debugging
Debugging
Question No# :
31
out of 100
Report Bug
Designing the problem in known as
समस्या को डिजाइन करना जिसे के रूप में जाना जाता है
A.
Testing
Testing
B.
Debugging
Debugging
C.
logical error
logical error
D.
Algorithm
Algorithm
Question No# :
32
out of 100
Report Bug
Algorithm when translated into a programming language is called
जब किसी एल्गोरिथम को किसी प्रोग्रामिंग लैंग्वेज में ट्रांसलेट करते है तो उसे क्या कहते है
A.
Flowchart
Flowchart
B.
Identifier
Identifier
C.
Code
Code
D.
Debugging
Debugging
Question No# :
33
out of 100
Report Bug
The program must be able to handle unexpected situation like wrong input or no input.
A.
Error
Error
B.
Expression
Expression
C.
Portability
Portability
D.
Reliability
Reliability
Question No# :
34
out of 100
Report Bug
Leading white space at the beginning of each statement, which is used to determine the group of statement.
A.
Testing
Testing
B.
Indentation
Indentation
C.
Debugging
Debugging
D.
None of the above
None of the above
Question No# :
35
out of 100
Report Bug
It refers to the ability of an application to run on different platforms with or without minimal changes.
यह किसी एप्लिकेशन की न्यूनतम परिवर्तनों के साथ या उसके बिना विभिन्न प्लेटफ़ॉर्म पर चलने की क्षमता को संदर्भित करता है
A.
Error
Error
B.
Flexibility
Flexibility
C.
Portability
Portability
D.
Reliability
Reliability
Question No# :
36
out of 100
Report Bug
It is a combination of Operators, Operands and Constants
A.
Identifier
Identifier
B.
Expression
Expression
C.
Syntax
Syntax
D.
Task
Task
Question No# :
37
out of 100
Report Bug
Each module should also be divided into sub modules according to software engineering and programming style.
प्रत्येक मॉड्यूल को सॉफ्टवेयर इंजीनियरिंग और प्रोग्रामिंग शैली के अनुसार उप मॉड्यूल में भी विभाजित किया जाना चाहिए।
A.
Top down method
Top down method
B.
Bottom up method
Bottom up method
C.
Coding
Coding
D.
None of the above
None of the above
Question No# :
38
out of 100
Report Bug
Python is a/an _________ language.
A.
High Level
High Level
B.
Low Level
Low Level
C.
Procedural
Procedural
D.
Difficult
Difficult
Question No# :
39
out of 100
Report Bug
Python uses a/an _______ to convert source code
सोर्स कोड को परिवर्तित करने के लिए पायथन _______ का उपयोग करता है
A.
Interpreter
इंटरप्रेटर
B.
Compiler
कम्पाइलर
C.
Combination of Compiler and Interpreter
कंपाइलर और इंटरप्रेटर का संयोजन
D.
all of these
ऊपर के सभी
Question No# :
40
out of 100
Report Bug
Python code can run on a variety of platforms, it means Python is a _____ language.
पायथन कोड विभिन्न प्लेटफार्मों पर चल सकता है, इसका मतलब है कि पायथन एक _____ भाषा है।
A.
Graphical
Graphical चित्रात्मक
B.
Cross-Platform
क्रॉस-प्लेटफॉर्म
C.
Platform Dependent
प्लेटफार्म पर निर्भर
D.
All of these
ऊपर के सभी
Question No# :
41
out of 100
Report Bug
Python Programs are typed in
Python प्रोग्राम टाइप किये जाते हैं
A.
Interactive Mode
Interactive Mode
B.
Script Mode
Script Mode
C.
Both Interactive Mode or Script Mode
Both Interactive Mode or Script Mode
D.
None of These
None of These
Question No# :
42
out of 100
Report Bug
The ______ mode of Python gives instant result of typed statement
A.
Interactive Mode
Interactive Mode
B.
Script Mode
Script Mode
C.
Combination of Interactive and Script modes
Combination of Interactive and Script modes
D.
All of these
All of these
Question No# :
43
out of 100
Report Bug
Which of the following is not a Python IDE
निम्नलिखित में से कौन सा Python IDE नहीं है
A.
IDLE
IDLE
B.
Spyder
Spyder
C.
Jupyter Notes
Jupyter Notes
D.
Sublime Test
Sublime Test
Question No# :
44
out of 100
Report Bug
To print the value of a variable, Python uses
A.
Print Statement
Print Statement
B.
Print Function()
Print Function()
C.
print Statement
print Statement
D.
print() Function
print() Function
Question No# :
45
out of 100
Report Bug
You do not have pay Python and you can view its source code too. it means Python is _______
A.
Free and Open Source
Free and Open Source
B.
Freeware
Freeware
C.
Open source
Open source
D.
Shareware
Shareware
Question No# :
46
out of 100
Report Bug
Special meaning words of Pythons, fixed for specific functionality are called ___
A.
Identifiers
Identifiers
B.
Functions
Functions
C.
Keywords
Keywords
D.
Literals
Literals
Question No# :
47
out of 100
Report Bug
names Given to different parts of a Python program are_____
पायथन प्रोग्राम के विभिन्न भागों को दिए गए नाम_____ हैं
A.
Identifiers
Identifiers
B.
Function
Function
C.
Keywords
Keywords
D.
Literals
Literals
Question No# :
48
out of 100
Report Bug
Data Items having fixed value are called ______
A.
Identifiers
Identifiers
B.
Functions
Functions
C.
keywords
keywords
D.
Literals
Literals
Question No# :
49
out of 100
Report Bug
Escape sequences are treated as ____
A.
Strings
Strings
B.
Characters
Characters
C.
Integers
Integers
D.
None of These
None of These
Question No# :
50
out of 100
Report Bug
which of the following is an escape sequence for a tab character
A.
\a
\a
B.
\t
\t
C.
\n
\n
D.
\b
\b
Question No# :
51
out of 100
Report Bug
Which of the following is an escape sequence for a new line character
Which of the following is an escape sequence for a new line character
A.
\a
\a
B.
\t
\t
C.
\n
\n
D.
\b
\b
Question No# :
52
out of 100
Report Bug
Which of the following is not a legal integer type value in Python
A.
Decimal
Decimal
B.
Octal
Octal
C.
Hexadecimal
Hexadecimal
D.
Roman
Roman
Question No# :
53
out of 100
Report Bug
Select the reserve keyword in Python
A.
else
else
B.
import
import
C.
print
print
D.
all of these
all of these
Question No# :
54
out of 100
Report Bug
The input() returns the value as ____ type.
A.
Integer
Integer
B.
String
String
C.
Floating point
Floating point
D.
None of these
None of these
Question No# :
55
out of 100
Report Bug
To convert the read value through input() into integer type, ______ () is used
A.
floating
floating
B.
float
float
C.
int
int
D.
integer
integer
Question No# :
56
out of 100
Report Bug
To print a line a text without ending it with a newline, ____ argument is used with print()
A.
sep
sep
B.
newline
newline
C.
end
end
D.
next
next
Question No# :
57
out of 100
Report Bug
The default separator character of print() is ___
The default separator character of print() is ___
A.
tab
tab
B.
space
space
C.
newline
newline
D.
dot
dot
Question No# :
58
out of 100
Report Bug
To give a different separator with print() ______ argument is sued.
A.
sep
sep
B.
separator
separator
C.
end
end
D.
tab
tab
Question No# :
59
out of 100
Report Bug
You don't have to pay for Python and you can view its source code too. It means Python is ..........
आपको पायथन के लिए भुगतान करने की आवश्यकता नहीं है और आप इसका स्रोत कोड भी देख सकते हैं। इसका मतलब है कि पायथन
A.
Free and open source
Free and open source
B.
freeware
freeware
C.
open source
open source
D.
shareware
shareware
Question No# :
60
out of 100
Report Bug
Python operator always yields the result of
पायथन ऑपरेटर हमेशा का परिणाम देता है
A.
integer
integer
B.
floating point
floating point
C.
complex
complex
D.
all of these
all of these
Question No# :
61
out of 100
Report Bug
Which Python built in function returns the unique number assigned to an object?
कौन सा पायथन बिल्ट-इन फ़ंक्शन किसी ऑब्जेक्ट को निर्दिष्ट अद्वितीय संख्या देता है?
A.
identity( )
identity( )
B.
id( )
id( )
C.
refnum( )
refnum( )
D.
ref( )
ref( )
Question No# :
62
out of 100
Report Bug
The operator used to check if both the operands reference the same object memory, is the .......... operator.
ऑपरेटर यह जांचने के लिए प्रयोग किया जाता है कि क्या दोनों ऑपरेंड एक ही ऑब्जेक्ट मेमोरी को संदर्भित करते हैं, ……… ऑपरेटर है।
A.
in
in
B.
is
is
C.
id
id
D.
==
==
Question No# :
63
out of 100
Report Bug
For two objects x and y, the expression x is y will yield True, if and only if
दो वस्तुओं x और y के लिए, व्यंजक x, y है, सत्य प्राप्त करेगा, यदि और केवल यदि
A.
id(x) == id(y)
id(x) == id(y)
B.
len(x) == len(y)
len(x) == len(y)
C.
x == y
x == y
D.
all of these
all of these
Question No# :
64
out of 100
Report Bug
Which of the following is not an immutable type in Python ?
निम्नलिखित में से कौन पायथन में एक अपरिवर्तनीय प्रकार नहीं है?
A.
String
String
B.
Tuples
Tuples
C.
Set
Set
D.
None of these
None of these
Question No# :
65
out of 100
Report Bug
What is the value of the expression 100 / 25 ?
व्यंजक 100/25 का मान क्या है?
A.
4
4
B.
4.0
4.0
C.
2.5
2.5
D.
none of these
none of these
Question No# :
66
out of 100
Report Bug
What is the value of the expression 100 // 25 ?
व्यंजक 100//25 का मान क्या है?
A.
4
4
B.
4.0
4.0
C.
2.5
2.5
D.
None of These
None of These
Question No# :
67
out of 100
Report Bug
In Python, a variable must be declared before it is assigned a value.
पायथन में, एक चर को एक मान निर्दिष्ट करने से पहले घोषित किया जाना चाहिए।
A.
True
True
B.
False
False
C.
Only in Functions
Only in Functions
D.
Only in modules
Only in modules
Question No# :
68
out of 100
Report Bug
In Python, a variable is assigned a value of one type, and then later assigned a value of a different type. This will yield
पायथन में, एक चर को एक प्रकार का मान दिया जाता है, और फिर बाद में एक अलग प्रकार का मान दिया जाता है। यह उपज देगा
A.
Warning
Warning
B.
Error
Error
C.
Error
Error
D.
No Error
No Error
Question No# :
69
out of 100
Report Bug
In Python, a variable may be assigned a value of one type, and then later assigned a value of a different type. This concept is known as
पायथन में, एक चर को एक प्रकार का मान सौंपा जा सकता है, और फिर बाद में एक अलग प्रकार का मान निर्दिष्ट किया जा सकता है। इस अवधारणा को के रूप में जाना जाता है
A.
mutability
mutability
B.
static typing
static typing
C.
dynamic typing
dynamic typing
D.
immutability
immutability
Question No# :
70
out of 100
Report Bug
Is it safe to directly use the == operator to determine whether objects of type float are equal ?
क्या यह निर्धारित करने के लिए सीधे == ऑपरेटर का उपयोग करना सुरक्षित है कि फ्लोट प्रकार की वस्तुएं बराबर हैं या नहीं?
A.
Yes
Yes
B.
No
No
C.
Yes, if the values are < 100
Yes, if the values are < 100
D.
Yes, if the values are > 100
Yes, if the values are > 100
Question No# :
71
out of 100
Report Bug
In the Python statement x = a + 5 - b : a and b are
पायथन कथन में x = a + 5 - b : a और b हैं
A.
Operands
Operands
B.
Expression
Expression
C.
operators
operators
D.
Equation
Equation
Question No# :
72
out of 100
Report Bug
n the Python statement x =a + 5 - b : a + 5 - b is
पायथन कथन में x =a + 5 - b : a + 5 - b is
A.
Operands
Operands
B.
Expression
Expression
C.
operators
operators
D.
Equation
Equation
Question No# :
73
out of 100
Report Bug
Which of the following operators has the lowest precedence ?
निम्नलिखित में से किस ऑपरेटर की प्राथमिकता सबसे कम है?
A.
not
not
B.
%
%
C.
and
and
D.
+
+
Question No# :
74
out of 100
Report Bug
What is the value of the expression 10 + 3 ** 3 * 2?
व्यंजक 10 + 3 ** 3 * 2 का मान क्या है?
A.
28
28
B.
739
739
C.
829
829
D.
64
64
Question No# :
75
out of 100
Report Bug
To increase the value of x five times using an augmented assignment operator, the correct expression will be
संवर्धित असाइनमेंट ऑपरेटर का उपयोग करके x के मान को पांच गुना बढ़ाने के लिए, सही अभिव्यक्ति होगी
A.
x += 5
x += 5
B.
x *= 5
x *= 5
C.
x = x ** 5
x = x ** 5
D.
none of these
none of these
Question No# :
76
out of 100
Report Bug
What will be the result of the expression 10 or 0 ?
व्यंजक 10 या 0 का परिणाम क्या होगा?
A.
0
0
B.
1
1
C.
10
10
D.
1.0
1.0
Question No# :
77
out of 100
Report Bug
What will be the result of the expression
print (5 or 10)
A.
5
5
B.
1
1
C.
10
10
D.
0
0
Question No# :
78
out of 100
Report Bug
What will be the result of the expression 5 and 10?
व्यंजक 5 और 10 का परिणाम क्या होगा?
A.
5
5
B.
1
1
C.
10
10
D.
0
0
Question No# :
79
out of 100
Report Bug
What will be the result of the expression 15 and 10?
व्यंजक 15 और 10 का परिणाम क्या होगा?
A.
5
5
B.
1
1
C.
10
10
D.
0
0
Question No# :
80
out of 100
Report Bug
What will be the result of the expression 10 or 0 ?
व्यंजक 10 या 0 का परिणाम क्या होगा?
A.
0
0
B.
1
1
C.
10
10
D.
1.0
1.0
Question No# :
81
out of 100
Report Bug
In a Python program, a control structure:
एक पायथन कार्यक्रम में, एक नियंत्रण संरचना:
A.
directs the order of execution of the statements in the program
directs the order of execution of the statements in the program
B.
dictates what happens before the program starts and after it terminates
dictates what happens before the program starts and after it terminates
C.
defines program-specific data structures
defines program-specific data structures
D.
manages the input and output of control characters
manages the input and output of control characters
Question No# :
82
out of 100
Report Bug
An empty/null statement in Python is
पायथन में एक खाली/शून्य कथन है
A.
go
go
B.
pass
pass
C.
over
over
D.
;
;
Question No# :
83
out of 100
Report Bug
The order of statement execution in the form of top to bottom, is known as .......... construct.
ऊपर से नीचे के रूप में कथन निष्पादन के क्रम को ……… निर्माण के रूप में जाना जाता है।
A.
selection
selection
B.
repetition
repetition
C.
sequence
sequence
D.
flow
flow
Question No# :
84
out of 100
Report Bug
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
........ निर्माण एक शर्त के परिणाम के आधार पर निष्पादित किए जाने वाले कथनों को चुनने की अनुमति देता है।
A.
selection
selection
B.
repetition
repetition
C.
sequence
sequence
D.
flow
flow
Question No# :
85
out of 100
Report Bug
The .......... construct repeats a set of statements a specified number of times or as long as a condition is true.
............ निर्माण एक निर्दिष्ट संख्या में या जब तक कोई शर्त सत्य है, तब तक बयानों के एक सेट को दोहराता है।
A.
selection
selection
B.
repetition
repetition
C.
sequence
sequence
D.
flow
flow
Question No# :
86
out of 100
Report Bug
In Python, which of the following will create a block in a compound statement ?
पायथन में, निम्नलिखित में से कौन कंपाउंड स्टेटमेंट में ब्लॉक बनाएगा?
A.
colon
colon
B.
statements indented at a lower, same level
statements indented at a lower, same level
C.
indentation in any form
indentation in any form
D.
{ }
{ }
Question No# :
87
out of 100
Report Bug
What signifies the end of a statement block or suite in Python ?
पायथन में स्टेटमेंट ब्लॉक या सूट के अंत का क्या मतलब है?
A.
A comment
A comment
B.
}
}
C.
end
end
D.
A line that is indented less than the previous line
A line that is indented less than the previous line
Question No# :
88
out of 100
Report Bug
Which of the following statement(s) will terminate the whole loop and proceed to the statement following the loop ?
निम्नलिखित में से कौन सा कथन पूरे लूप को समाप्त कर देगा और लूप के बाद वाले कथन पर आगे बढ़ेगा?
A.
pass
pass
B.
break
break
C.
continue
continue
D.
goto
goto
Question No# :
89
out of 100
Report Bug
Which of the following statement(s) will terminate only the current pass of the loop and proceed with the next iteration of the loop?
निम्नलिखित में से कौन सा कथन केवल लूप के वर्तमान पास को समाप्त करेगा और लूप के अगले पुनरावृत्ति के साथ आगे बढ़ेगा?
A.
pass
pass
B.
break
break
C.
continue
continue
D.
goto
goto
Question No# :
90
out of 100
Report Bug
Function range(3) will yield an iteratable sequence like
फ़ंक्शन रेंज (3) एक पुनरावृत्त अनुक्रम उत्पन्न करेगा जैसे
A.
[0, 1, 2]
[0, 1, 2]
B.
[0, 1, 2, 3]
[0, 1, 2, 3]
C.
[1, 2, 3]
[1, 2, 3]
D.
[0, 2]
[0, 2]
Question No# :
91
out of 100
Report Bug
Function range(0, 5, 2) will yield on iterable sequence like
फ़ंक्शन रेंज (0, 5, 2) चलने योग्य अनुक्रम पर उत्पन्न होगी जैसे
A.
[0, 2, 4]
[0, 2, 4]
B.
[1, 3, 5]
[1, 3, 5]
C.
[0, 1, 2, 5]
[0, 1, 2, 5]
D.
[0, 5, 2]
[0, 5, 2]
Question No# :
92
out of 100
Report Bug
Function range(10, 5, -2) will yield an iterable sequence like
फंक्शन रेंज(१०, ५, -२) एक पुनरावर्तनीय अनुक्रम उत्पन्न करेगा जैसे
A.
[10, 8, 6]
[10, 8, 6]
B.
[9, 7, 5]
[9, 7, 5]
C.
[6, 8, 10]
[6, 8, 10]
D.
[5, 7, 9]
[5, 7, 9]
Question No# :
93
out of 100
Report Bug
Function range(10, 5, 2) will yield an iterable sequence like
फंक्शन range(10, 5, 2) एक चलने योग्य अनुक्रम उत्पन्न करेगा जैसे
A.
[]
[]
B.
[10, 8, 6]
[10, 8, 6]
C.
[2, 5, 8]
[2, 5, 8]
D.
[8, 5, 2]
[8, 5, 2]
Question No# :
94
out of 100
Report Bug
In a flowchart a calculation (process) is represented by
एक फ़्लोचार्ट में एक गणना (प्रक्रिया) का प्रतिनिधित्व किया जाता है
A.
A rectangle
A rectangle
B.
A rhombus
A rhombus
C.
A parallelogram
A parallelogram
D.
A circle
A circle
Question No# :
95
out of 100
Report Bug
In flowchart, parallelogram is used to show
फ़्लोचार्ट में, समांतर चतुर्भुज का उपयोग किस लिए किया जाता है
A.
General input symbol
General input symbol
B.
Operation on data
Operation on data
C.
Online use of keyboard
Online use of keyboard
D.
Output data screen
Output data screen
Question No# :
96
out of 100
Report Bug
What is an algorithm
एल्गोरिथम क्या है
A.
A flowchart
एक फ़्लोचार्ट
B.
Step by step instructions used to solve a problem
किसी समस्या को हल करने के लिए चरण दर चरण निर्देश का उपयोग किया जाता है
C.
A flowchart or pseudo code
एक फ़्लोचार्ट या सूड़ो कोड
D.
A decision
एक फैसला
Question No# :
97
out of 100
Report Bug
Diagram that represents steps or operations involved in any kind of process is called
किसी भी प्रकार की प्रक्रिया में शामिल चरणों या संचालन का प्रतिनिधित्व करने वाले आरेख को कहा जाता है
A.
System diagram
System diagram
B.
Management hierarchy
Management hierarchy
C.
Flowcharts
Flowcharts
D.
Convenience diagrams
Convenience diagrams
Question No# :
98
out of 100
Report Bug
In a flowchart an input or output instruction is represented by
फ़्लोचार्ट में एक इनपुट या आउटपुट इंस्ट्रक्शन द्वारा दर्शाया जाता है
A.
A rectangle
A rectangle
B.
A rhombus
A rhombus
C.
A parallelogram
A parallelogram
D.
A circle
A circle
Question No# :
99
out of 100
Report Bug
Connectors used to connect flowchart symbols to each other are classified as
फ़्लोचार्ट प्रतीकों को एक दूसरे से जोड़ने के लिए उपयोग किए जाने वाले कनेक्टर्स को इस प्रकार वर्गीकृत किया जाता है
A.
Arrow lines
Arrow lines
B.
Symbols
Symbols
C.
Annotation
Annotation
D.
Special symbols
Special symbols
Question No# :
100
out of 100
Report Bug
An algorithm that calls itself directly or indirectly is known as
एक एल्गोरिथम जो स्वयं को प्रत्यक्ष या परोक्ष रूप से कॉल करता है, के रूप में जाना जाता है
A.
Sub algorithm
Sub algorithm
B.
Recursion
Recursion
C.
Polish notation
Polish notation
D.
Traversal algorithm
Traversal algorithm
Latest Current Affairs 2024
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
O Level NIELIT Study material and Quiz
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Best Website and Software Company in Allahabad