Read the instructions carefully before you begin
'neilit' को 'Neilit' में convert करने के लिए कौन-सा Python method use किया जाता है?
Which Python method is used to convert 'neilit' into 'Neilit'?
What will be the output of the following Python code?
निम्न Python code का output क्या होगा?
L = [None] * 10
print(len(L)) Which of the following is not a file extension for text files?
निम्न में से कौन-सी टेक्स्ट फाइल की file extension नहीं है?
What does refactoring mean in programming?
प्रोग्रामिंग में refactoring का क्या अर्थ है?
What will be the output of the following Python code?
निम्न Python code का output क्या होगा?
import math
print(math.copysign(3, -1)) Which operator is used in Python to import modules from packages?
पैकेज से मॉड्यूल आयात करने के लिए पायथन में किस ऑपरेटर का उपयोग किया जाता है?
Which of the following is correct about pseudocode?
प्स्यूडोकोड के बारे में निम्न में से कौन सा सही है?
What is the output of 2^5 in Python?
Python में 2^5 का output क्या होगा?
What will be the output?
क्या output होगा?
def factorial(x)
if x==0:
return 1
else:
return x*factorial(x-1)
print(factorial(3)) What will be the output of "hello" + 1 + 2 + 3?
“hello” + 1 + 2 + 3 का output क्या होगा?
Python provides a library to determine the type of an image, one such library is ____?
Python ऐसी कौन-सी library प्रदान करता है जो image के type को पता करने में मदद करती है?
What will be the value of 2*3*8**3*4?
2*3*8**3*4 का मान क्या होगा?
What is the concept of Indirect Recursion?
Indirect Recursion की अवधारणा क्या है?
What is the range of int32 data type in NumPy?
NumPy में int32 data type की range क्या है?
What is the formula to find standard deviation of an array using NumPy?
NumPy का उपयोग करके array का standard deviation निकालने का formula क्या है?
Hierarchy in a pseudocode can be shown by
Pseudocode में hierarchy को कैसे दिखाया जाता है
What does refactoring mean in programming
प्रोग्रामिंग में refactoring का क्या अर्थ है
What is the purpose of the seek() method in Python
Python में seek() method का उद्देश्य क्या है
What will be the output displayed by the instruction, print(List[3]), if, List=[''Programming'', "and", "Problem ", "Solving", "using"","Python"]
निर्देश द्वारा प्रदर्शित आउटपुट क्या होगा, प्रिंट(सूची[3]), यदि, सूची=[''प्रोग्रामिंग'', "और", "समस्या", "समाधान", "उपयोग"","पायथन"]
Which of the following is a programming language
निम्नलिखित में से कौन-सी एक प्रोग्रामिंग भाषा है
The number of statements inside an if block in Python is
Python में if block के अंदर statements की संख्या कितनी हो सकती है
Which method is used in NumPy to change the shape of an array
NumPy में array का shape बदलने के लिए कौन-सा method उपयोग किया जाता है
What is the data type of the index value of elements in a string in Python
Python में string के elements के index की data type क्या होती है
Which of the following is not a benefit of using algorithms in programming
प्रोग्रामिंग में एल्गोरिदम का उपयोग करने का निम्नलिखित में से कौन सा लाभ नहीं है?
The formal grammar rules governing the construction of valid instruction
वैध निर्देश के निर्माण को नियंत्रित करने वाले औपचारिक व्याकरणिक नियम
In a flowchart, which symbol is used as a connector to show continuation from one part to another
Flowchart में किस symbol का उपयोग एक भाग से दूसरे भाग में continuation दिखाने के लिए किया जाता है
What will be the output of the following Python code
निम्न Python code का output क्या होगा
import math
print(math.copysign(3, -1)) Which of the following is the correct syntax to import the math module in Python
Python में math module को import करने का सही syntax कौन सा है
What is pseudocode used for
प्स्यूडोकोड किसके लिए उपयोग किया जाता है
Which operator is used in Python to import modules from packages
पैकेज से मॉड्यूल आयात करने के लिए पायथन में किस ऑपरेटर का उपयोग किया जाता है
Which symbol is used for a single-line comment in Python
Python में single-line comment के लिए कौन सा symbol इस्तेमाल होता है
Dimensions are also known as
Dimensions को और किस नाम से जाना जाता है
Which of the following is correct about pseudocode
प्स्यूडोकोड के बारे में निम्न में से कौन सा सही है
What is the output of 2^5 in Python
Python में 2^5 का output क्या होगा
How we install numPy in system
हम सिस्टम में numPy कैसे स्थापित करते हैं
What will be the output
क्या output होगा
def factorial(x)
if x==0:
return 1
else:
return x*factorial(x-1)
print(factorial(3)) Why is the sys module used in Python
sys मॉड्यूल क्यों उपयोग किया जाता है
What will be the output of "hello" + 1 + 2 + 3
“hello” + 1 + 2 + 3 का output क्या होगा
Python provides a library to determine the type of an image, one such library is
Python ऐसी कौन-सी library प्रदान करता है जो image के type को पता करने में मदद करती है
What will be the value of 2*3*8**3*4
2*3*8**3*4 का मान क्या होगा
Which of the following statements is true about memory management in Python
Python में memory management के बारे में कौन-सा कथन सही है
Who is the Father of Python
Python के जनक (Father of Python) कौन हैं
Output of print(sum(1,2,3))
print(sum(1,2,3)) का आउटपुट क्या होगा
What is the concept of Indirect Recursion
Indirect Recursion की अवधारणा क्या है
What is the range of int32 data type in NumPy
NumPy में int32 data type की range क्या है
Which environment variable in Python tells the interpreter where to locate imported module files
Python में कौन-सा environment variable interpreter को बताता है कि imported modules कहाँ से load करने हैं
What is the formula to find standard deviation of an array using NumPy
NumPy का उपयोग करके array का standard deviation निकालने का formula क्या है
What does Scope mean in Python
Python में Scope से क्या तात्पर्य है
How are array dimensions represented
Array dimension कैसे दर्शाते हैं
What is Numpy in Python
Numpy क्या है
What is the difference between Tuple and List in Python
Tuple और List के बीच क्या अंतर है
Where is a data file usually stored
डेटा फाइल को कहाँ रखा जाता है
What will be the output of the following NumPy code
निम्नलिखित NumPy कोड का output क्या होगा
import numpy as np
x = np.arange(1, 11, 2)
print(x) How many times will while (1==3) execute
while (1==3) कितनी बार चलेगा
Output of 8/4/2, 8/(4/2)
8/4/2, 8/(4/2) का आउटपुट क्या होगा
What is the full form of NumPy
NumPy का पूरा नाम क्या है
What is Modular Programming
Modular Programming क्या है
In NumPy, how do you find the shape of an array
NumPy में किसी array का shape कैसे पता करते हैं
Which is a mutable data type in Python
Python में कौन-सा Mutable Data Type है
Which layer executes bytecode
कौन-सी लेयर bytecode को execute करती है?
Which of the following statement is incorrect
निम्न में से कौन-सा कथन गलत है?
Tuple is faster because
Tuple तेज़ क्यों होता है?
Which mechanism allocates memory to Python variables
Python variables के लिए memory allocation कौन करता है?
Which statement is true?
निम्न में से कौन-सा कथन सही है?
What does myList[::-1] do?
myList[::-1] क्या करता है?
What will be the output displayed by the instruction, print(List[3]), if, List=[''Programming'', "and", "Problem ", "Solving", "using"","Python"]?
निर्देश द्वारा प्रदर्शित आउटपुट क्या होगा, प्रिंट(सूची[3]), यदि, सूची=[''प्रोग्रामिंग'', "और", "समस्या", "समाधान", "उपयोग"","पायथन"] ?
dir() function is used to—
dir() function किसके लिए?
DO…WHILE is exit checked loop, it means the loop will be executed at least _____.
DO…WHILE एक एग्जिट चेक्ड लूप है, इसका मतलब है कि लूप कम से कम _____ बार निष्पादित होगा।
Python indentation is used for?
Python indentation उपयोग किया जाता है?
Which function converts a list into a Series?
List को Series में बदलने के लिए कौन-सा function है?
(What will be the output of print(5*(2//3)) in Python?)
Python में print(5*(2//3)) का आउटपुट क्या होगा?
Which keyword changes global variable inside function?
Function में global variable बदलने के लिए keyword?
What is the full form of SDK?
SDK का पूरा नाम क्या है?
What is the default Python IDE?
Python का डिफ़ॉल्ट IDE कौन सा है?
There are __ Functions/Method in Python Programming
पायथन प्रोग्रामिंग में __फ़ंक्शन/विधि हैं।
What is the output of this code? print(10/0)
इस code का output क्या होगा? print(10/0)
By default, Python source files are treated as encoded in _
डिफ़ॉल्ट रूप से, पायथन स्रोत फ़ाइलों को _ में एन्कोडेड माना जाता है
Which loop is entry-controlled?
कौन-सा loop entry-controlled होता है?
How we install numPy in system?
हम सिस्टम में numPy कैसे स्थापित करते हैं
Which of the following is used to reverse an array
निम्नलिखित में से किसका उपयोग एरे को पलटने के लिए किया जाता है?
What will be the output of q.pop(1) for q = [3,4,5,20,5,25,13]?
q = [3,4,5,20,5,25,13] के लिए, q.pop(1) का output क्या होगा?
Is python code compiled or interpreted
क्या पायथन कोड संकलित या व्याख्यायित है?
Which language introduced Object Oriented Programming (OOP
ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग (OOP) किस भाषा ने शुरू की थी?
List is a mutable data structure. What does mutable mean
List mutable होती है। Mutable का अर्थ क्या है?
random.shuffle() method किस data type की value accept करता है?
random.shuffle() method accepts the value of which data type
(What will be the result of pow(2, 3, 5) in Python?)
Python में pow(2, 3, 5) का परिणाम क्या होगा?
Welcome to the course of Python.".find('of', 0, 20) का output क्या होगा?
What will be the output of "Welcome to the course of Python.".find('of', 0, 20)?
Which of the following function is used to read the data in binary file?
बाइनरी फ़ाइल में डेटा पढ़ने के लिए निम्नलिखित में से किस फ़ंक्शन का उपयोग किया जाता है?
निम्न NumPy कोड का आउटपुट क्या होगा?
(What will be the output of the following NumPy code?)
x = np.arange(1, 11, 2)
print(x)
Python was developed at which institute?
Python किस संस्थान में विकसित किया गया?
What does axis=0 mean in NumPy operations?
NumPy में axis=0 का क्या मतलब है?
What will be the output after the following statements?
निम्नलिखित कथनों के बाद आउटपुट क्या होगा?
x = 'Python' print(tuple(x))
__________ फ़ंक्शन फ़ाइल सूचक की करंट स्थिति लौटाता है .
function returns the current position of file pointer.
(What is the order in which Python searches for an identifier?)
Python में किसी variable (identifier) को खोजने का क्रम क्या है
What error occurs when you execute the following Python code snippet?
निम्नलिखित पायथन कोड स्निपेट को निष्पादित करने पर क्या त्रुटि उत्पन्न होती है?
Apple=mango What is ‘f’ in the following statement ?
निम्नलिखित कथन में 'f' क्या है?
f=open(“Data.txt”, “r”) Which method counts the frequency of an element in a list?
कौन सा मेथड किसी सूची में किसी तत्व की आवृत्ति गिनता है?
Which method removes extra spaces from both sides of a string?
कौन-सा method string के दोनों तरफ के extra spaces हटाता है
What will be the output of this Python code?
इस Python कोड का आउटपुट क्या होगा
str="Hello python"
print(str[-7:-4:1])
What does the islower()function check in a string?
islower() फ़ंक्शन एक स्ट्रिंग में क्या जांचता है?
Thanks, Candidate! Your responses have been recorded.
Hook this screen up to your backend to show the actual score.