Important Notice:
Jan 2024 M3-R5.1
1 / 100
User manual can be found in the menuउपयोगकर्ता मैनुअल मेनू में पाया जा सकता है
2 / 100
Which one of the following has the same precedence level?निम्नलिखित में से किसकी प्राथमिकता स्तर समान है?
3 / 100
NumPy package is capable to do fast operations on arraysNumPy पैकेज सरणियों पर तेजी से संचालन करने में सक्षम है
4 / 100
pictorial representation of an algorithm is called as ……….किसी एल्गोरिथम का सचित्र प्रतिनिधित्व ……… कहलाता है।
5 / 100
Which is the function of read the remaining lines of the file from a file object infile?फ़ाइल ऑब्जेक्ट इनफ़ाइल से फ़ाइल की शेष पंक्तियों को पढ़ने का कार्य कौन सा है?
6 / 100
What is the output of the following questions:निम्नलिखित प्रश्नों का परिणाम क्या है:24//6%3, 24//4//2
7 / 100
which module in python can be used for working with network socket?पायथन में कौन सा मॉड्यूल नेटवर्क सॉकेट के साथ काम करने के लिए इस्तेमाल किया जा सकता है?
8 / 100
what is the outputआउटपुट क्या हैprint(10/2+3*5)
9 / 100
a detailed flowchart is known asविस्तृत फ्लोचार्ट को कहा जाता है
10 / 100
The ……….function returns its argument with a modified shape, whereas the ………..method modifies the array itself……….फ़ंक्शन अपने तर्क को संशोधित आकार के साथ लौटाता है, जबकि ………..विधि स्वयं सरणी को संशोधित करती है
11 / 100
which keyword is used to declare a function or method in python?पाइथॉन में किसी फ़ंक्शन या विधि को घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?
12 / 100
Study the following program:निम्नलिखित प्रोग्राम का अध्ययन करें:
try: if '2' != 2: raise "JavaTpoint" else: print("JavaTpoint has not exist") except "JavaTpoint": print ("JavaTpoint has exist")
What will be the output of this statement?इस स्टेटमेंट का आउटपुट क्या होगा?
13 / 100
Which one of the following is the correct extension of the Python file?निम्नलिखित में से कौन सा पायथन फ़ाइल का सही एक्सटेंशन है?
14 / 100
What is data type of codeकोड का डेटा प्रकार क्या हैK=[1, ‘M’, 12]
15 / 100
Which of the following statements is correct in this python code?इस पायथन कोड में निम्नलिखित में से कौन सा कथन सही है?
class Name: def __init__(javatpoint): javajavatpoint = java name1=Name("ABC") name2=name1
16 / 100
Which is not an appropriate file access modelकौन सा उपयुक्त फ़ाइल एक्सेस मॉडल नहीं है
17 / 100
In which year was the Python language developed?पायथन भाषा का विकास किस वर्ष हुआ था?
18 / 100
Correct order of……………… का सही क्रम
19 / 100
which of the following is not a built-in function in python?निम्नलिखित में से कौन-सा पायथन में बिल्ट-इन फ़ंक्शन नहीं है?
20 / 100
output is theआउटपुट हैPrint(round(3.345)
21 / 100
Which data type of value return input() functioninput() फ़ंक्शन किस डेटा प्रकार का मान लौटाता है
22 / 100
Which of the following keywords is used for function declaration in Python language?पायथन भाषा में फ़ंक्शन डिक्लेरेशन के लिए निम्नलिखित में से किस कीवर्ड का उपयोग किया जाता है?
23 / 100
if list1=[10,20,30] then operation list1*2 returnsयदि list1=[10,20,30] तो ऑपरेशन list1*2 रिटर्न करता है
24 / 100
Which of the following words cannot be a variable in python language?निम्नलिखित में से कौन सा शब्द पायथन भाषा में वैरिएबल नहीं हो सकता है?
25 / 100
How to import numpy module?numpy मॉड्यूल कैसे आयात करें?
26 / 100
What will be not returnsक्या रिटर्न नहीं होगाFor i in range(4)
27 / 100
which statement is True?कौन सा कथन सत्य है?
28 / 100
how do you access element of NumPy Arrayआप NumPy Array के तत्व तक कैसे पहुँचते हैं?
29 / 100
What do we use to define a block of code in Python language?पायथन भाषा में कोड के ब्लॉक को परिभाषित करने के लिए हम क्या उपयोग करते हैं?
30 / 100
Study the following program:निम्नलिखित प्रोग्राम का अध्ययन करें:print(max("zoo 145 com"))What will be the output of this program?इस प्रोग्राम का आउटपुट क्या होगा?
31 / 100
what is the outputआउटपुट क्या हैprint(math.floor(3.4))
32 / 100
How to find current position in a fileकिसी फ़ाइल में वर्तमान स्थिति का पता कैसे लगाएं
33 / 100
Which will be the output of the following python expression if x=56.236?यदि x=56.236 हो तो निम्नलिखित पायथन एक्सप्रेशन का आउटपुट कौन सा होगा?print(“%.2f”%x)
34 / 100
And is represent usingAnd का उपयोग कर प्रतिनिधित्व किया जाता है
35 / 100
Which of the following declarations is incorrect in python language?पायथन भाषा में निम्नलिखित में से कौन सी घोषणा गलत है?
36 / 100
d = {0: 'a', 1: 'b', 2: 'c'} for i in d: print(i)
37 / 100
Testing is known as?परीक्षण को किस नाम से जाना जाता है?
38 / 100
which is wrong to opening mode a fileफ़ाइल खोलने का कौन सा मोड ग़लत है
39 / 100
Which of the following executes the programming code line by lineनिम्नलिखित में से कौन प्रोग्रामिंग कोड को लाइन दर लाइन निष्पादित करता है
40 / 100
……………….is a data file……………….एक डेटा फ़ाइल है
41 / 100
how to read all lines from a fileकिसी फ़ाइल से सभी लाइनें कैसे पढ़ें
42 / 100
How to concatenate a listसूची को कैसे संयोजित करें
43 / 100
Which of the following is human readable fileनिम्नलिखित में से कौन सी मानव पठनीय फ़ाइल है
44 / 100
NumPy stand forNumPy का मतलब है
45 / 100
what is the output of the following code?निम्नलिखित कोड का आउटपुट क्या है?a=(1,2,3,4)print(a[1:-1])
46 / 100
Which of the following is not a keyword in Python language?निम्नलिखित में से कौन पायथन भाषा में कीवर्ड नहीं है?
47 / 100
Who developed the Python language?पायथन भाषा का विकास किसने किया?
48 / 100
print(-22%3)
49 / 100
Suppose a user wants to print the second value of an array, which has 5 elements. What will be the syntax of the second value of the array?मान लीजिए कोई उपयोगकर्ता किसी ऐरे का दूसरा मान प्रिंट करना चाहता है, जिसमें 5 तत्व हैं। ऐरे के दूसरे मान का सिंटैक्स क्या होगा?
50 / 100
Which of the following is not a keyword in python?निम्नलिखित में से कौन पायथन में कीवर्ड नहीं है?
51 / 100
Which of the following precedence order is correct in Python?पायथन में निम्नलिखित में से कौन सा प्राथमिकता क्रम सही है?
52 / 100
Given a string x=”hello” what is the output of x.count(‘l’)?एक स्ट्रिंग x = "hello" दिया गया है, x.count(‘l’) का आउटपुट क्या है?
53 / 100
full() function requires 2 arguments minimum to pass in itfull() फ़ंक्शन को पास करने के लिए कम से कम 2 तर्कों की आवश्यकता होती है
54 / 100
what is the outputआउटपुट क्या हैif x=1 then x<<1
55 / 100
What is the maximum possible length of an identifier?किसी identifier की अधिकतम संभव लंबाई क्या है?
56 / 100
what is purpose of seek()सीक() का उद्देश्य क्या है?
57 / 100
In which year was the Python 3.0 version developed?पायथन 3.0 संस्करण किस वर्ष विकसित किया गया था?
58 / 100
What is the time complexity of sorting a list using the built-in sort() functionअंतर्निहित sort() फ़ंक्शन का उपयोग करके सूची को सॉर्ट करने की समय जटिलता क्या है
59 / 100
print(10+2**4/4)
60 / 100
Which function is used to add an element (5) in the list1लिस्ट1 में एलिमेंट (5) जोड़ने के लिए किस फ़ंक्शन का उपयोग किया जाता है
61 / 100
Which statement is Trueकौन सा कथन सत्य हैi. Variables contains alphanumeric & underscoreii. Variables is not a keyboards
62 / 100
Individual character of string can be accessed usingस्ट्रिंग के अलग-अलग कैरेक्टर तक इसका उपयोग करके पहुंचा जा सकता है
63 / 100
actual instructions in flowcharting are represented in………फ्लोचार्टिंग में वास्तविक निर्देश ………. में दर्शाए जाते हैं
64 / 100
what is outputआउटपुट क्या हैIf a=5 then print(a**2) is
65 / 100
the function pow(x,y,z) is evaluated as:फ़ंक्शन pow(x,y,z) का मूल्यांकन इस प्रकार किया जाता है:
66 / 100
Which of the following is an invalid mode?निम्नलिखित में से कौन सा अवैध मोड है?
67 / 100
Which one of the following syntaxes is the correct syntax to read from a simple text file stored in ''d:\java.txt''?निम्नलिखित में से कौन सा सिंटैक्स ''d:\java.txt'' में संग्रहीत एक साधारण टेक्स्ट फ़ाइल से पढ़ने के लिए सही सिंटैक्स है?
68 / 100
random.shuffle() method accept the value of data typeरैंडम.शफल() विधि डेटा प्रकार के मान को स्वीकार करती है
69 / 100
which function is used to find the shape of NumPy arrayNumPy array का आकार ज्ञात करने के लिए किस फ़ंक्शन का उपयोग किया जाता है
70 / 100
The process of drawing a flowchart for an algorithm is calledकिसी एल्गोरिथ्म के लिए फ्लोचार्ट बनाने की प्रक्रिया को क्या कहा जाता है?
71 / 100
What will be the output of the following code snippet?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Day=["Sunday","Monday","Tuesday","Wednesday"]print(Day[-3:-1])
72 / 100
What is possible in array likeऐरे में क्या क्या possible है जैसे
73 / 100
what is the outputआउटपुट क्या हैPrint(2*3**3*4)
74 / 100
which function is used to open file in pythonपाइथॉन में फाइल खोलने के लिए किस फंक्शन का उपयोग किया जाता है
75 / 100
what is the value of following expressionनिम्नलिखित अभिव्यक्ति का मान क्या है?x=2+9*((3*12)-8)/10print(x)
76 / 100
which is not a file access mode in pythonपायथन में कौन सा फ़ाइल एक्सेस मोड नहीं है
77 / 100
Which is used to find current position ?वर्तमान स्थिति जानने के लिए किसका प्रयोग किया जाता है?
78 / 100
which of the following is represented as binary modeनिम्नलिखित में से किसे बाइनरी मोड के रूप में दर्शाया जाता है
79 / 100
what type of data isकिस प्रकार का डेटा हैarr=[(1,1),(2,2),(3,3)]?
80 / 100
Which of the following option is not a core data type in the python language?निम्नलिखित में से कौन सा विकल्प पायथन भाषा में कोर डेटा प्रकार नहीं है?
81 / 100
how to create a block of code in pythonपायथन में कोड का ब्लॉक कैसे बनाएं
82 / 100
what is the output of the followingनिम्नलिखित का आउटपुट क्या हैimport numpy as npprint(np.power(np.array([10,100,1000]),2))
83 / 100
rectangular shapeआयताकार आकार
84 / 100
Which is the function to read the remaining lines of the file from a file object infile?फ़ाइल ऑब्जेक्ट इनफ़ाइल से फ़ाइल की शेष पंक्तियों को पढ़ने के लिए कौन सा फ़ंक्शन है?
85 / 100
Which function is used to display outputआउटपुट प्रदर्शित करने के लिए किस फ़ंक्शन का उपयोग किया जाता है
86 / 100
What is data type of codeकोड का डेटा प्रकार क्या हैK={“A”:1, “B”:2}
87 / 100
what is the outputआउटपुट क्या है>>> “2”+”3”
88 / 100
Series data type can hold………….सीरीज डेटा प्रकार …………. धारण कर सकता है।
89 / 100
a = 1 while True: if a % 7 = = 0: break print(a) a += 1
Which of the following is correct output of this program?निम्नलिखित में से कौन सा इस प्रोग्राम का सही आउटपुट है?
90 / 100
which is not a variable in pythonजो पायथॉन में वेरिएबल नहीं है
91 / 100
How many keywords are in python?पायथन में कितने कीवर्ड हैं?
92 / 100
Which character is used in Python to make a single line comment?पायथन में सिंगल लाइन कमेंट करने के लिए किस कैरेक्टर का उपयोग किया जाता है?
93 / 100
Which line of code correctly adds an item to the fruits dictionary with a key of grapes and a value of 15कोड की कौन सी लाइन फलों के शब्दकोश में अंगूर की कुंजी और 15 के मान के साथ एक आइटम को सही ढंग से जोड़ती हैFruits={‘apples’:1,’bananas’:4,’pears’:17,’oranges’:14}
94 / 100
What is the output of following codeनिम्नलिखित कोड का आउटपुट क्या हैPrint(False or False)
95 / 100
what is the outputआउटपुट क्या हैPrint((-3)**2)
96 / 100
Which statement will return one line from a file (file object is,’f’)?कौन सा कथन फ़ाइल से एक लाइन लौटाएगा (फ़ाइल ऑब्जेक्ट है, 'f')?
97 / 100
Who can store only same data type elementकौन केवल एक ही डेटा प्रकार के तत्व को स्टोर कर सकता है
98 / 100
full form of CSVसीएसवी का फुल फॉर्म
99 / 100
What will be the output of the following?निम्नलिखित का आउटपुट क्या होगा?print(sum(1,2,3))
100 / 100
Which of the following is correctly evaluated for this function?इस फ़ंक्शन के लिए निम्नलिखित में से कौन सा सही ढंग से मूल्यांकन किया गया है?pow(x,y,z)
Your score is
The average score is 58%
Restart quiz