O Level Python Paper January 2024
किसी फंक्शन के अंदर परिभाषित वेरिएबल को क्या कहते हैं?
What is a variable defined inside a function referred to as?
"Python 3.0" में 3 का सूचकांक क्या है?
What is index of 3 in “Python 3.0”?
निम्नलिखित में से कौन सी पायथन प्रोग्रामिंग की विशेषता नहीं है?
Which of the below is not a feature of Python Programming?
स्ट्रिंग "Hello World " में कौन सा सूचकांक -6 पर मौजूद है?
In String "Hello World" Which is present at index -6?
फ़्लोचार्ट में एक इनपुट या आउटपुट इंस्ट्रक्शन द्वारा दर्शाया जाता है
In a flowchart an input or output instruction is represented by
फ़ंक्शन divmod(x,y), जहां 'x' और 'y' दोनों पूर्णांक हैं, का मूल्यांकन इस प्रकार किया जाता है:
The function divmod(x,y), where both 'a' and 'b' are integers is evaluated as:
165 और 268 के बीच की सीमा में निम्नलिखित में से कौन सी एकमात्र सही फाइबोनैचि संख्या है?
Which of the following is the only correct Fibonacci number in the range between 165 and 268?
किसी पहचानकर्ता की अधिकतम संभव लंबाई क्या है?
What is the maximum possible length of an identifier?
निम्नलिखित पायथन कोड का आउटपुट क्या होगा?
What will be the output of the following Python code?
print(-22 % 3)
इस कोड का आउटपुट क्या है:
What is the output of this code:
def add(x, y):
return x + y;
print(add(3, 4))
जब आप कोई फ़ाइल खोलते हैं तो डिफ़ॉल्ट मोड होता है
The default mode when you open a file is
किस प्रकार का डेटा है: a=[[1,2,3][2,3,4,5]]?
What type of data is: a=[[1,2,3][2,3,4,5]]?
निम्नलिखित में से कौन सा बिटवाइज़ XOR ऑपरेटर का प्रतिनिधित्व करता है?
Which of the following represents the bitwise XOR operator?
निम्नलिखित पायथन कोड का आउटपुट क्या होगा?
What will be the output of the following Python code?
def sum(x):
return x * x
print(sum(4))
पायथन में, जब कोई फ़ाइल राइट मोड ('w') में खोली जाती है, तो फ़ाइल ऑब्जेक्ट कहाँ स्थित होगा?
In Python, when a file is opened in write mode ('w'), where will the file object be positioned?
यदि A = 16 और B = 15 है तो नीचे दिए गए व्यंजक का मूल्यांकन करें।
Evaluate the expression given below if A = 16 and B = 15.
A % B // A
निम्नलिखित अभिव्यक्ति का परिणाम क्या होगा?
What will be the result of the following expression?
“4 + 5”
फ्लो चार्ट में अंडाकार आकार का उपयोग किसके लिए किया जाता है?
In flow chart Oval shape is used for?
मान लीजिए सूची1 [2, 33, 222, 14, 25] है, list1 [:-1] क्या है?
Suppose list1 is [2, 33, 222, 14, 25], What is list1[:-1] ?
पाइथन फ़ाइल को किस प्रारूप में माना जाता है
In which format python file considered
इसका आउटपुट क्या होगा: print(5&3)
what will the output of : print(5&3)
print(math.fabs(-3.4)) निष्पादित करने पर क्या प्रदर्शित होता है?
What is displayed on executing print(math.fabs(-3.4))?
फ्लो चार्ट में हीरे की आकृति दर्शाती है
Diamond shape in flow chart denotes
निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?
What will be the output of the following Python code snippet?
print('Ab!2'.swapcase())
यदि x = math.factorial(0) है तो x का मान क्या है?
What is the value of x if x = math.factorial(0)?
फ़्लोचार्ट में कौन सी आकृति किसी प्रक्रिया या निर्देश को दर्शाती है?
Which shape in a flowchart represents a process or instruction?
निम्नलिखित में से कौन-सी टुपल की विशेषता है/हैं?
Which of the following is/are features of tuple?
निम्नलिखित में से कौन सा पायथन फ़ाइल का सही एक्सटेंशन है?
Which one of the following is the correct extension of the Python file?
______ प्रतीक का उपयोग फ्लो चार्ट me condition के लिए किया जाता है।
The ______ symbol is used for decision in flow chart.
निम्नलिखित पायथन कोड का आउटपुट क्या होगा?
What will be the output of the following Python code?
import numpy as np
arr = np.array([1, 2, 3])
print(arr.shape)
निम्नलिखित स्निपेट का आउटपुट क्या है:
What is the output of following snippet:
x=10
y=3
print(divmod(x,y))
आउटपुट क्या होगा >>>"abcd"[2:]
What will be the output >>>"abcd"[2:]
पायथन भाषा में कोड के ब्लॉक को परिभाषित करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Which of the following is used to define a block of code in Python language?
निम्नलिखित में से किसका उपयोग दो NumPy सरणियों के डॉट उत्पाद की गणना करने के लिए किया जाता है?
Which of the following is used to compute the dot product of two NumPy arrays?
निम्नलिखित में से कौन सा SciPy का सही उप-पैकेज नहीं है?
Which of the following is not correct sub-packages of SciPy?
pow(x,y) के लिए सही ऑपरेटर कौन सा है?
Which is the correct operator for pow(x,y)?
किसी एल्गोरिथम का सचित्र निरूपण कहलाता है
Pictorial representation of an algorithm is called as
निम्न में से किसका उपयोग सुन्न सरणी में अधिकतम तत्व खोजने के लिए किया जाता है
which of the following is used to find the maximum element in numpy array
पाइथन फ़ाइल को किस प्रारूप में माना जाता है
In which format python file considered
NumPy में परिभाषित सबसे महत्वपूर्ण वस्तु एक N-आयामी सरणी प्रकार है जिसे कहा जाता है?
The most important object defined in NumPy is an N-dimensional array type called?
कौन सा फ़ंक्शन >> ऑपरेटर को ओवरलोड करता है?
Which function overloads the >> operator?
'पायथन' प्रोग्रामिंग लैंग्वेज में निम्नलिखित में से कौन सा गलत है
Which of the following is false in ‘python’ Programming Language?
निम्नलिखित में से किस अभिव्यक्ति में eval के दौरान जबरदस्ती शामिल है?
Which of the following expressions involves coercion when eval?
समस्या समाधान में बुनियादी कदम क्या हैं?
What are the basic steps in problem solving?
_______________ मूल्यों की अद्वितीय कुंजियों का मानचित्रण है। इसमें कुंजी-मूल्य जोड़े शामिल हैं।
_______________ is a mapping of unique keys to values. It consists of key-values pairs.
निम्नलिखित में से कौन सा precedence order पायथन में सही है?
Which of the following order of precedence is correct in fraction?
Math.isfinite(float('inf')) द्वारा क्या लौटाया जाता है?
What is returned by math.isfinite(float(‘inf’))?
मान लीजिए L [2, 3, 8, 4, 5] है, L[-1] क्या है?
Suppose L is [2, 3, 8, 4, 5], What is L[-1]?
लूप में ब्रेक स्टेटमेंट का उद्देश्य क्या है?
What is the purpose of break statement in a loop?
निम्नलिखित अनुक्रम एक फाइबोनैचि अनुक्रम है:
The following sequence is a fibonacci sequence:
कौन से अंकगणितीय ऑपरेटरों का उपयोग स्ट्रिंग्स के साथ नहीं किया जा सकता है?
What arithmetic operators cannot be used with strings?
निम्नलिखित में से कौन सी त्रुटि दिए गए कोड द्वारा लौटाई जाती है?
Which of the following error is returned by the given code ?
>>> f = open(“test.txt”,”w”)
>>> f.write(345)
निम्नलिखित कोड का आउटपुट लिखें:
Write the output of the following code :
>>> L=[‘w’,’e’,’l’,’c’,’o’,’m’,’e’]
>>> print(len(L))
सभी निर्देश एक के बाद एक निष्पादित होते हैं।
All instructions are executed one after other.
यदि x=1 है तो निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?
What will be the output of the following Python code snippet if x=1?
x<<2
LEGB में E का सही फुल फॉर्म क्या है?
What is the correct full form for E in LEGB?
______________ का उपयोग छद्म कोड में पदानुक्रम दिखाने के लिए किया जाता है।
______________ is used to show hierarchy in a pseudo code.
किसी मॉड्यूल को दूसरे मॉड्यूल में उपयोग करने के लिए, आपको इसे ________ स्टेटमेंट का उपयोग करके आयात करना होगा।
To use a module in another module, you must import it using an ________ statement.
एक मॉड्यूल को एक्सटेंशन _____________ के साथ सेव किया जाता है
A module is save with extension _____________
list, tuple, set, dictionary को define करने के लिए किन symbol का use करते है ?
Which symbols are used to define list, tuple, set, dictionary?
पायथन प्रोग्रामिंग भाषा में कितने कीवर्ड मौजूद हैं?
How many keywords present in the python programming language?
पायथन बाइट कोड को देखने के लिए किस मॉड्यूल का उपयोग किया जाता है?
Which is the module used to view Python Byte code?
कौन सा ऑपरेटर यह जांचता है कि कोई तत्व अनुक्रम में मौजूद है या नहीं?
Which operator checks whether an element is present in a sequence or not?
निम्नलिखित में से किसमें डेटा स्थायी रूप से संग्रहीत किया जाता है?
In which of the following, data is stored permanently ?
Python में ________ एक NULL statement है|
________ is a NULL statement in Python.
पायथन में किसी फ़ंक्शन को कैसे घोषित किया जाता है?
How is a function declared in python?
किसी सूची को पार करना _________ की सहायता से किया जा सकता है
Traversing a list can be done with the help of _________
हम python में Numpy array का आकार(shape) कैसे बदल सकते हैं?
How can we change the size of Numpy array in python?
पायथन भाषा में फंक्शन डिक्लेरेशन के लिए निम्नलिखित में से किस कीवर्ड का उपयोग किया जाता है?
Which of the following keywords is used for function declaration in Python language?
यदि फ़ंक्शन के अंदर रिटर्न स्टेटमेंट का उपयोग नहीं किया जाता है, तो फ़ंक्शन वापस आ जाएगा:
If return statement is not used inside the function, the function will return:
पायथन में किसी सूची में निर्दिष्ट स्थान पर तत्व को हटाने के लिए निम्नलिखित में से किस विधि का उपयोग किया जाता है?
Which of the following methods is used to remove the element at a specified position in a list in Python?
सुन्न सरणी की विशेषताएँ क्या हैं?
What are the attributes of numpy array ?
कौन सा फ़ंक्शन खुली हुई फ़ाइल को बंद कर देता है?
Which function closes an opened file?
यदि और अन्य शर्तों के बिना एक पुनरावर्ती फ़ंक्शन हमेशा की ओर ले जाएगा?
A recursive function without if and else conditions will always lead to?
पायथन में खाली सेट बनाने के लिए कौन से विकल्प सही हैं?
Which options are correct to create an empty set in Python?
Tower of Honoi puzzle को __________ के द्वारा बनाया गया|
Tower of Honoi puzzle was created by __________.
आउटपुट प्रदर्शित करने के लिए निम्नलिखित में से किस फ़ंक्शन का उपयोग किया जाता है?
Which of the following function is used to display the output?
पायथन में लैम्ब्डा फ़ंक्शंस का उपयोग करने का प्राथमिक लाभ क्या है?
What is the primary advantage of using lambda functions in Python?
Python में NumPy का उद्देश्य क्या है?
What is the purpose of NumPy in Python?
…… स्ट्रिंग्स की तरह एक अनुक्रम डेटा प्रकार है।
A …… is a sequence data type like strings.
कौन सा कथन फ़ाइल पॉइंटर को वर्तमान स्थिति से 10 बाइट्स पीछे ले जाएगा?
Which statement will move file pointer 10 bytes backward from current position?
सेट के बारे में इनमें से कौन सा सत्य नहीं है?
Which of these about a set is not true?
निम्नलिखित function का अध्ययन कीजिए: इस कोड का आउटपुट क्या होगा?
Study the following function: What will be the output of this code?
import math
abs(math.sqrt(36))
निम्नलिखित में से कौन अपरिवर्तनीय हैं?
Which of the following are immutable?
पायथॉन प्रोग्राम को चलाने के लिए किस कमांड का उपयोग किया जाता है?
Which is the command used to run a Python program?