Read the instructions carefully before you begin
'neilit' को 'Neilit' में convert करने के लिए कौन-सा Python method use किया जाता है?
What will be the output of the following Python code?
L = [None] * 10
print(len(L)) Which of the following is not a file extension for text files?
What does refactoring mean in programming?
What will be the output of the following Python code?
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?
What will be the 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?
Python provides a library to determine the type of an image, one such library is ____?
What will be the value of 2*3*8**3*4?
What is the concept of Indirect Recursion?
What is the range of int32 data type in NumPy?
What is the formula to find standard deviation of an array using NumPy?
Hierarchy in a pseudocode can be shown by
What does refactoring mean in programming
What is the purpose of the seek() method in Python
What will be the output displayed by the instruction, print(List[3]), if, List=[''Programming'', "and", "Problem ", "Solving", "using"","Python"]
Which of the following is a programming language
The number of statements inside an if block in Python is
Which method is used in NumPy to change the shape of an array
What is the data type of the index value of elements in a string in Python
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
What will be the output of the following Python code
import math
print(math.copysign(3, -1)) Which of the following is the correct syntax to import the math module in Python
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
Dimensions are also known as
Which of the following is correct about pseudocode
What is the output of 2^5 in Python
How we install numPy in system
What will be the 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
What will be the output of "hello" + 1 + 2 + 3
Python provides a library to determine the type of an image, one such library is
What will be the value of 2*3*8**3*4
Which of the following statements is true about memory management in Python
Who is the Father of Python
Output of print(sum(1,2,3))
What is the concept of Indirect Recursion
What is the range of int32 data type in NumPy
Which environment variable in Python tells the interpreter where to locate imported module files
What is the formula to find standard deviation of an array using NumPy
What does Scope mean in Python
How are array dimensions represented
What is Numpy in Python
What is the difference between Tuple and List in Python
Where is a data file usually stored
What will be the output of the following NumPy code
import numpy as np
x = np.arange(1, 11, 2)
print(x) How many times will while (1==3) execute
Output of 8/4/2, 8/(4/2)
What is the full form of NumPy
What is Modular Programming
In NumPy, how do you find the shape of an array
Which is a mutable data type in Python
Which layer executes bytecode
Which of the following statement is incorrect
Tuple is faster because
Which mechanism allocates memory to Python variables
Which statement is true?
What does myList[::-1] do?
What will be the output displayed by the instruction, print(List[3]), if, List=[''Programming'', "and", "Problem ", "Solving", "using"","Python"]?
dir() function is used to—
DO…WHILE is exit checked loop, it means the loop will be executed at least _____.
Python indentation is used for?
Which function converts a list into a Series?
(What will be the output of print(5*(2//3)) in Python?)
Which keyword changes global variable inside function?
What is the full form of SDK?
What is the default Python IDE?
There are __ Functions/Method in Python Programming
What is the output of this code? print(10/0)
By default, Python source files are treated as encoded in _
Which loop is entry-controlled?
How we install numPy in system?
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]?
Is python code compiled or interpreted
Which language introduced Object Oriented Programming (OOP
List is a mutable data structure. What does mutable mean
random.shuffle() method किस data type की value accept करता है?
(What will be the result of pow(2, 3, 5) in Python?)
Welcome to the course of Python.".find('of', 0, 20) का output क्या होगा?
Which of the following function is used to read the data in binary file?
निम्न NumPy कोड का आउटपुट क्या होगा?
x = np.arange(1, 11, 2)
print(x)
Python was developed at which institute?
What does axis=0 mean in NumPy operations?
What will be the output after the following statements?
x = 'Python' print(tuple(x))
__________ फ़ंक्शन फ़ाइल सूचक की करंट स्थिति लौटाता है .
(What is the order in which Python searches for an identifier?)
What error occurs when you execute the following Python code snippet?
Apple=mango What is ‘f’ in the following statement ?
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?
What will be the output of this Python code?
str="Hello python"
print(str[-7:-4:1])
What does the islower()function check in a string?
Thanks, Candidate! Your responses have been recorded.
Hook this screen up to your backend to show the actual score.