Important Notice:
M3-R5.1 Model Paper — Set 4
100 Questions  •  M3-R5.1
90:00
← Back
1
What does the term 'pseudocode' mean? / 'सूडोकोड' शब्द का क्या अर्थ है?
2
In a flowchart, which symbol is used for a subroutine or function call? / फ्लोचार्ट में, सबरूटीन या फंक्शन कॉल के लिए किस प्रतीक का उपयोग किया जाता है?
3
What is the purpose of the 'infinite loop' in programming? / प्रोग्रामिंग में 'अनंत लूप' का क्या उद्देश्य है?
4
What is the decimal equivalent of hexadecimal number 'FF'? / हेक्साडेसिमल संख्या 'FF' का दशमलव समतुल्य क्या है?
5
What is the hexadecimal equivalent of decimal number 100? / दशमलव संख्या 100 का हेक्साडेसिमल समतुल्य क्या है?
6
What is the output of converting decimal 13 to binary? / दशमलव 13 को बाइनरी में बदलने पर क्या आउटपुट आता है?
7
What is the GCD of 24 and 36? / 24 और 36 का GCD क्या है?
8
How do you test whether a number 'n' is prime efficiently? / आप कैसे परीक्षण करते हैं कि कोई संख्या 'n' अभाज्य है या नहीं?
9
What is the 8th term of the Fibonacci sequence? / फाइबोनैचि अनुक्रम का 8वां पद क्या है?
10
What is the purpose of the 'compile' phase in programming? / प्रोग्रामिंग में 'कंपाइल' चरण का क्या उद्देश्य है?
11
What is the difference between a compiler and an interpreter? / कंपाइलर और इंटरप्रेटर के बीच क्या अंतर है?
12
Which of the following is NOT a built-in data type in Python? / निम्नलिखित में से कौन सा पायथन में बिल्ट-इन डेटा टाइप नहीं है?
13
What is the output of print(0.1 + 0.2 == 0.3) in Python? / पायथन में print(0.1 + 0.2 == 0.3) का आउटपुट क्या है?
14
What is the value of 'result' after executing: result = 5 + 2 * 3 / 2? / यह कोड चलाने के बाद 'result' का मान क्या होगा: result = 5 + 2 * 3 / 2?
15
What does the 'is' operator do in Python? / पायथन में 'is' ऑपरेटर क्या करता है?
16
What is the output of print(10 > 5 and 5 > 10)? / print(10 > 5 and 5 > 10) का आउटपुट क्या है?
17
Which statement is used to raise an exception manually? / मैन्युअल रूप से एक्सेप्शन उत्पन्न करने के लिए किस स्टेटमेंट का उपयोग किया जाता है?
18
What is the purpose of the 'finally' block? / 'finally' ब्लॉक का क्या उद्देश्य है?
19
Which of the following creates an empty tuple? / निम्नलिखित में से कौन सा खाली टपल बनाता है?
20
What is the output of (1, 2, 3) + (4, 5)? / (1, 2, 3) + (4, 5) का आउटपुट क्या है?
21
What is the difference between 'list.append()' and 'list.extend()'? / 'list.append()' और 'list.extend()' के बीच क्या अंतर है?
22
What is the output of {'a':1, 'b':2}.items()? / {'a':1, 'b':2}.items() का आउटपुट क्या है?
23
What is a lambda function? / लैम्ब्डा फंक्शन क्या है?
24
What is the output of (lambda x: x*2)(5)? / (lambda x: x*2)(5) का आउटपुट क्या है?
25
What is the purpose of 'nonlocal' keyword? / 'nonlocal' कीवर्ड का क्या उद्देश्य है?
26
What is a recursive function? / रिकर्सिव फंक्शन क्या है?
27
What is the output of the recursive function to find factorial of 3? / 3 का फैक्टोरियल ज्ञात करने वाले रिकर्सिव फंक्शन का आउटपुट क्या है?
28
What does the 'map()' function do? / 'map()' फ़ंक्शन क्या करता है?
29
What is the output of list(map(str, [1,2,3]))? / list(map(str, [1,2,3])) का आउटपुट क्या है?
30
What is the purpose of 'functools.reduce()'? / 'functools.reduce()' का क्या उद्देश्य है?
31
What is the output of from functools import reduce; reduce(lambda a,b: a+b, [1,2,3,4])? / from functools import reduce; reduce(lambda a,b: a+b, [1,2,3,4]) का आउटपुट क्या है?
32
Which mode opens a file for both reading and writing without truncating? / कौन सा मोड फाइल को बिना ट्रंकेट किए पढ़ने और लिखने दोनों के लिए खोलता है?
33
What does the 'tell()' method return? / 'tell()' मेथड क्या रिटर्न करता है?
34
What does the 'seek(offset, whence)' method do? / 'seek(offset, whence)' मेथड क्या करता है?
35
What is the value of 'whence' parameter to move from the end of file? / फाइल के अंत से मूव करने के लिए 'whence' पैरामीटर का मान क्या होता है?
36
What is the purpose of command-line arguments in Python? / पायथन में कमांड-लाइन आर्ग्युमेंट्स का क्या उद्देश्य है?
37
Which module is used to handle command-line arguments in Python? / पायथन में कमांड-लाइन आर्ग्युमेंट्स को हैंडल करने के लिए किस मॉड्यूल का उपयोग किया जाता है?
38
What does 'sys.argv[0]' represent? / 'sys.argv[0]' क्या दर्शाता है?
39
What is a namespace in Python? / पायथन में नेमस्पेस क्या है?
40
What is the output of the following code? x = 10; def func(): global x; x = 20; func(); print(x) / निम्नलिखित कोड का आउटपुट क्या है? x = 10; def func(): global x; x = 20; func(); print(x)
41
What is the purpose of the '__name__' variable in Python? / पायथन में '__name__' वेरिएबल का क्या उद्देश्य है?
42
What does 'if __name__ == '__main__':' do? / 'if __name__ == '__main__':' क्या करता है?
43
What is a package in Python? / पायथन में पैकेज क्या है?
44
What does the 'numpy.linspace()' function return? / 'numpy.linspace()' फ़ंक्शन क्या रिटर्न करता है?
45
What is the output of np.full((2,3), 5)? / np.full((2,3), 5) का आउटपुट क्या है?
46
What does the 'np.eye(3)' function return? / 'np.eye(3)' फ़ंक्शन क्या रिटर्न करता है?
47
What is the output of np.array([1,2,3]).cumsum()? / np.array([1,2,3]).cumsum() का आउटपुट क्या है?
48
What does the 'np.vstack()' function do? / 'np.vstack()' फ़ंक्शन क्या करता है?
49
What does the 'np.hstack()' function do? / 'np.hstack()' फ़ंक्शन क्या करता है?
50
What is the output of np.array_equal([1,2], [1,2])? / np.array_equal([1,2], [1,2]) का आउटपुट क्या है?
51
What is a structured array in NumPy? / NumPy में स्ट्रक्चर्ड एरे क्या है?
52
What is the output of print(5 ** 2 ** 1)? / print(5 ** 2 ** 1) का आउटपुट क्या है?
53
What is the result of 13 & 7? / 13 & 7 का परिणाम क्या है?
54
What is the result of 13 | 7? / 13 | 7 का परिणाम क्या है?
55
What is the output of 'python'.rfind('p')? / 'python'.rfind('p') का आउटपुट क्या है?
56
What does the 'title()' method do to a string? / 'title()' मेथड स्ट्रिंग पर क्या करता है?
57
What does the 'swapcase()' method do? / 'swapcase()' मेथड क्या करता है?
58
What is the output of 'abc123'.isalnum()? / 'abc123'.isalnum() का आउटपुट क्या है?
59
What does the 'endswith()' method check? / 'endswith()' मेथड क्या जांच करता है?
60
Which function is used to get user input from the console? / कंसोल से यूजर इनपुट प्राप्त करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
61
What is the output of print('Python'.center(10, '*'))? / print('Python'.center(10, '*')) का आउटपुट क्या है?
62
What is the purpose of the 'expandtabs()' method? / 'expandtabs()' मेथड का क्या उद्देश्य है?
63
What is the output of print('hello'.upper().islower())? / print('hello'.upper().islower()) का आउटपुट क्या है?
64
What does the 'format()' method do? / 'format()' मेथड क्या करता है?
65
What is the output of '{:.2f}'.format(3.14159)? / '{:.2f}'.format(3.14159) का आउटपुट क्या है?
66
What is a list comprehension? / लिस्ट कॉम्प्रिहेंशन क्या है?
67
What is the output of [x for x in range(5) if x % 2 == 0]? / [x for x in range(5) if x % 2 == 0] का आउटपुट क्या है?
68
What is a dictionary comprehension? / डिक्शनरी कॉम्प्रिहेंशन क्या है?
69
What is the output of {x: x**2 for x in range(3)}? / {x: x**2 for x in range(3)} का आउटपुट क्या है?
70
What is the purpose of the 'enumerate()' function? / 'enumerate()' फ़ंक्शन का क्या उद्देश्य है?
71
What is the output of list(enumerate(['a','b','c']))? / list(enumerate(['a','b','c'])) का आउटपुट क्या है?
72
What is the purpose of the 'all()' function? / 'all()' फ़ंक्शन का क्या उद्देश्य है?
73
What is the output of all([True, True, False])? / all([True, True, False]) का आउटपुट क्या है?
74
What is the output of any([False, False, True])? / any([False, False, True]) का आउटपुट क्या है?
75
What does the 'ord()' function do? / 'ord()' फ़ंक्शन क्या करता है?
76
What does the 'chr()' function do? / 'chr()' फ़ंक्शन क्या करता है?
77
What is the output of ord('A')? / ord('A') का आउटपुट क्या है?
78
What is the output of chr(97)? / chr(97) का आउटपुट क्या है?
79
Which function is used to get the length of a sequence? / अनुक्रम की लंबाई प्राप्त करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
80
What is the output of len({'a':1, 'b':2, 'c':3})? / len({'a':1, 'b':2, 'c':3}) का आउटपुट क्या है?
81
What is the purpose of the 'repr()' function? / 'repr()' फ़ंक्शन का क्या उद्देश्य है?
82
What is the difference between 'str()' and 'repr()'? / 'str()' और 'repr()' के बीच क्या अंतर है?
83
What is the output of repr('Hello')? / repr('Hello') का आउटपुट क्या है?
84
Which module provides mathematical constants like pi? / कौन सा मॉड्यूल pi जैसे गणितीय स्थिरांक प्रदान करता है?
85
What is the value of math.pi? / math.pi का मान क्या है?
86
What does the 'math.degrees()' function do? / 'math.degrees()' फ़ंक्शन क्या करता है?
87
What does the 'math.radians()' function do? / 'math.radians()' फ़ंक्शन क्या करता है?
88
What is the output of math.cos(math.radians(60))? / math.cos(math.radians(60)) का आउटपुट क्या है?
89
What is the output of math.sin(math.radians(90))? / math.sin(math.radians(90)) का आउटपुट क्या है?
90
What does the 'math.tanh()' function return? / 'math.tanh()' फ़ंक्शन क्या रिटर्न करता है?
91
Which function returns the logarithm of a number? / कौन सा फ़ंक्शन किसी संख्या का लघुगणक रिटर्न करता है?
92
What is the output of math.log10(100)? / math.log10(100) का आउटपुट क्या है?
93
What does the 'math.exp()' function return? / 'math.exp()' फ़ंक्शन क्या रिटर्न करता है?
94
What is the purpose of the 'os' module? / 'os' मॉड्यूल का क्या उद्देश्य है?
95
Which function is used to get the current working directory? / करंट वर्किंग डायरेक्टरी प्राप्त करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
96
Which function is used to change the current working directory? / करंट वर्किंग डायरेक्टरी बदलने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
97
What does the 'os.listdir()' function return? / 'os.listdir()' फ़ंक्शन क्या रिटर्न करता है?
98
Which function is used to remove a file in Python? / पायथन में फाइल हटाने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
99
Which function is used to create a directory in Python? / पायथन में डायरेक्टरी बनाने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
100
Which function is used to remove an empty directory? / खाली डायरेक्टरी हटाने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
Answered: 0 / 100