Important Notice:
M3-R5.1 Model Paper — Set 5
100 Questions  •  M3-R5.1
90:00
← Back
1
What is the first step in solving a problem using a computer? / कंप्यूटर का उपयोग करके समस्या को हल करने में पहला कदम क्या है?
2
Which symbol in a flowchart represents a manual input? / फ्लोचार्ट में मैन्युअल इनपुट को कौन सा प्रतीक दर्शाता है?
3
What is the purpose of a loop in an algorithm? / एल्गोरिदम में लूप का क्या उद्देश्य है?
4
What is the octal equivalent of decimal number 10? / दशमलव संख्या 10 का ऑक्टल समतुल्य क्या है?
5
What is the decimal equivalent of octal number 17? / ऑक्टल संख्या 17 का दशमलव समतुल्य क्या है?
6
What is the output of converting binary 101010 to decimal? / बाइनरी 101010 को दशमलव में बदलने पर क्या आउटपुट आता है?
7
Which algorithm is used to find the sum of numbers from 1 to N? / 1 से N तक की संख्याओं का योग ज्ञात करने के लिए किस एल्गोरिदम का उपयोग किया जाता है?
8
What is the output of sin x series expansion for small x? / छोटे x के लिए sin x श्रृंखला विस्तार का आउटपुट क्या है?
9
What is the purpose of a flowchart? / फ्लोचार्ट का क्या उद्देश्य है?
10
What is the difference between a while loop and a for loop? / while लूप और for लूप के बीच क्या अंतर है?
11
What is the value of True + True in Python? / पायथन में True + True का मान क्या है?
12
What is the output of type(3+4j)? / type(3+4j) का आउटपुट क्या है?
13
What is the imaginary part of a complex number in Python? / पायथन में कॉम्प्लेक्स संख्या का काल्पनिक भाग कैसे प्राप्त करें?
14
What is the output of 7 // 2? / 7 // 2 का आउटपुट क्या है?
15
What is the output of -7 // 2 in Python? / पायथन में -7 // 2 का आउटपुट क्या है?
16
What is the result of 7 % -2? / 7 % -2 का परिणाम क्या है?
17
Which operator has higher precedence: 'and' or 'or'? / किस ऑपरेटर की प्रीसीडेंस अधिक है: 'and' या 'or'?
18
What is the output of 5 in range(5)? / 5 in range(5) का आउटपुट क्या है?
19
What is the purpose of the 'in' operator? / 'in' ऑपरेटर का क्या उद्देश्य है?
20
What is the output of 'ab' in 'abcde'? / 'ab' in 'abcde' का आउटपुट क्या है?
21
What does the 'else' clause in a loop do? / लूप में 'else' क्लॉज क्या करता है?
22
What is the output of the following code? for i in range(3): pass else: print('Done') / निम्नलिखित कोड का आउटपुट क्या है? for i in range(3): pass else: print('Done')
23
What is the output of list(range(5, 1, -1))? / list(range(5, 1, -1)) का आउटपुट क्या है?
24
What is a shallow copy of a list? / लिस्ट की शैलो कॉपी क्या है?
25
How do you create a shallow copy of a list? / आप लिस्ट की शैलो कॉपी कैसे बनाते हैं?
26
What is a deep copy? / डीप कॉपी क्या है?
27
Which module provides the deepcopy function? / डीपकॉपी फ़ंक्शन कौन सा मॉड्यूल प्रदान करता है?
28
What is the output of [1,2,3] == [1,2,3]? / [1,2,3] == [1,2,3] का आउटपुट क्या है?
29
What is the output of [1,2,3] is [1,2,3]? / [1,2,3] is [1,2,3] का आउटपुट क्या है?
30
What is the purpose of the 'zip()' function with three lists? / तीन लिस्ट के साथ 'zip()' फ़ंक्शन का क्या उद्देश्य है?
31
What is the output of list(zip([1,2], ['a','b'], [True, False]))? / list(zip([1,2], ['a','b'], [True, False])) का आउटपुट क्या है?
32
What does the '*' operator do in function calls for unpacking? / फंक्शन कॉल में अनपैकिंग के लिए '*' ऑपरेटर क्या करता है?
33
What does the '**' operator do in function calls? / फंक्शन कॉल में '**' ऑपरेटर क्या करता है?
34
What is the output of print(*[1,2,3])? / print(*[1,2,3]) का आउटपुट क्या है?
35
What is the purpose of the 'help()' function? / 'help()' फ़ंक्शन का क्या उद्देश्य है?
36
What is the output of help(str.upper) approximately? / help(str.upper) का आउटपुट लगभग क्या होता है?
37
What is the purpose of the 'dir()' function? / 'dir()' फ़ंक्शन का क्या उद्देश्य है?
38
What is the output of dir(list) approximately? / dir(list) का आउटपुट लगभग क्या होता है?
39
What is the purpose of the '__doc__' attribute? / '__doc__' एट्रिब्यूट का क्या उद्देश्य है?
40
What is the output of print(str.upper.__doc__)? / print(str.upper.__doc__) का आउटपुट क्या है?
41
What is a static method in Python? / पायथन में स्टैटिक मेथड क्या है?
42
Which decorator is used to define a static method? / स्टैटिक मेथड परिभाषित करने के लिए किस डेकोरेटर का उपयोग किया जाता है?
43
What is a class method in Python? / पायथन में क्लास मेथड क्या है?
44
Which decorator is used to define a class method? / क्लास मेथड परिभाषित करने के लिए किस डेकोरेटर का उपयोग किया जाता है?
45
What is the difference between @staticmethod and @classmethod? / @staticmethod और @classmethod के बीच क्या अंतर है?
46
What is the purpose of the 'property()' function? / 'property()' फ़ंक्शन का क्या उद्देश्य है?
47
Which decorator is used to define a property getter? / प्रॉपर्टी गेटर परिभाषित करने के लिए किस डेकोरेटर का उपयोग किया जाता है?
48
What is the purpose of the '@abstractmethod' decorator? / '@abstractmethod' डेकोरेटर का क्या उद्देश्य है?
49
Which module provides Abstract Base Classes (ABC)? / एब्सट्रैक्ट बेस क्लासेस (ABC) कौन सा मॉड्यूल प्रदान करता है?
50
What is the purpose of 'collections.namedtuple'? / 'collections.namedtuple' का क्या उद्देश्य है?
51
What is the purpose of 'collections.deque'? / 'collections.deque' का क्या उद्देश्य है?
52
What is the output of from collections import deque; d = deque([1,2,3]); d.appendleft(0); print(d)? / from collections import deque; d = deque([1,2,3]); d.appendleft(0); print(d) का आउटपुट क्या है?
53
What is the purpose of 'collections.Counter'? / 'collections.Counter' का क्या उद्देश्य है?
54
What is the output of from collections import Counter; Counter('hello')? / from collections import Counter; Counter('hello') का आउटपुट क्या है?
55
What is the purpose of 'collections.OrderedDict'? / 'collections.OrderedDict' का क्या उद्देश्य है?
56
What is the purpose of 'collections.defaultdict'? / 'collections.defaultdict' का क्या उद्देश्य है?
57
What is the output of from collections import defaultdict; d = defaultdict(int); d['a'] += 1; print(d['a'])? / from collections import defaultdict; d = defaultdict(int); d['a'] += 1; print(d['a']) का आउटपुट क्या है?
58
What is the purpose of the 'itertools' module? / 'itertools' मॉड्यूल का क्या उद्देश्य है?
59
What does 'itertools.cycle()' do? / 'itertools.cycle()' क्या करता है?
60
What does 'itertools.chain()' do? / 'itertools.chain()' क्या करता है?
61
What is the output of list(itertools.chain([1,2], [3,4]))? / list(itertools.chain([1,2], [3,4])) का आउटपुट क्या है?
62
What does 'itertools.combinations()' do? / 'itertools.combinations()' क्या करता है?
63
What does 'itertools.permutations()' do? / 'itertools.permutations()' क्या करता है?
64
What is the output of list(itertools.combinations([1,2,3], 2))? / list(itertools.combinations([1,2,3], 2)) का आउटपुट क्या है?
65
What does 'itertools.product()' do? / 'itertools.product()' क्या करता है?
66
What is the output of list(itertools.product([1,2], ['a','b']))? / list(itertools.product([1,2], ['a','b'])) का आउटपुट क्या है?
67
What is the purpose of 'itertools.groupby()'? / 'itertools.groupby()' का क्या उद्देश्य है?
68
What is the purpose of 'functools.partial()'? / 'functools.partial()' का क्या उद्देश्य है?
69
What is the output of from functools import partial; def f(a,b,c): return a+b+c; p = partial(f, 10); print(p(20,30))? / from functools import partial; def f(a,b,c): return a+b+c; p = partial(f, 10); print(p(20,30)) का आउटपुट क्या है?
70
What is the purpose of 'functools.lru_cache()'? / 'functools.lru_cache()' का क्या उद्देश्य है?
71
What is a decorator in Python? / पायथन में डेकोरेटर क्या है?
72
What is the syntax for a decorator? / डेकोरेटर का सिंटेक्स क्या है?
73
What is the purpose of the 'wraps' decorator from functools? / functools से 'wraps' डेकोरेटर का क्या उद्देश्य है?
74
What is a generator in Python? / पायथन में जनरेटर क्या है?
75
Which keyword is used in a generator function? / जनरेटर फंक्शन में किस कीवर्ड का उपयोग किया जाता है?
76
What is the difference between 'yield' and 'return'? / 'yield' और 'return' के बीच क्या अंतर है?
77
What is the output of def gen(): yield 1; yield 2; print(list(gen()))? / def gen(): yield 1; yield 2; print(list(gen())) का आउटपुट क्या है?
78
What is a generator expression? / जनरेटर एक्सप्रेशन क्या है?
79
What is the output of (x for x in range(3))? / (x for x in range(3)) का आउटपुट क्या है?
80
What is the advantage of using generators? / जनरेटर का उपयोग करने का क्या लाभ है?
81
What is the purpose of the 'next()' function with generators? / जनरेटर के साथ 'next()' फ़ंक्शन का क्या उद्देश्य है?
82
What happens when a generator is exhausted? / जब जनरेटर समाप्त हो जाता है तो क्या होता है?
83
What is the purpose of the 'send()' method for generators? / जनरेटर के लिए 'send()' मेथड का क्या उद्देश्य है?
84
What is the purpose of the 'close()' method for generators? / जनरेटर के लिए 'close()' मेथड का क्या उद्देश्य है?
85
What is a coroutine in Python? / पायथन में कोरूटीन क्या है?
86
What is the 'asyncio' module used for? / 'asyncio' मॉड्यूल का उपयोग किस लिए किया जाता है?
87
Which keyword is used to define an asynchronous function? / एसिंक्रोनस फंक्शन परिभाषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?
88
Which keyword is used to wait for an asynchronous function? / एसिंक्रोनस फंक्शन की प्रतीक्षा करने के लिए किस कीवर्ड का उपयोग किया जाता है?
89
What is the output of np.arange(10).reshape(2,5)? / np.arange(10).reshape(2,5) का आउटपुट क्या है?
90
What does np.ravel() do in NumPy? / NumPy में np.ravel() क्या करता है?
91
What is the difference between ravel() and flatten()? / ravel() और flatten() के बीच क्या अंतर है?
92
What does np.transpose() do? / np.transpose() क्या करता है?
93
What is the output of np.array([1,2,3,4,5])[::2]? / np.array([1,2,3,4,5])[::2] का आउटपुट क्या है?
94
What does boolean indexing in NumPy do? / NumPy में बूलियन इंडेक्सिंग क्या करती है?
95
What is the output of arr = np.array([1,2,3,4]); print(arr[arr > 2])? / arr = np.array([1,2,3,4]); print(arr[arr > 2]) का आउटपुट क्या है?
96
What is the purpose of np.where()? / np.where() का क्या उद्देश्य है?
97
What is the output of np.where([True, False, True], [1,2,3], [4,5,6])? / np.where([True, False, True], [1,2,3], [4,5,6]) का आउटपुट क्या है?
98
What is the purpose of np.unique()? / np.unique() का क्या उद्देश्य है?
99
What is the output of np.unique([1,2,2,3,3,3])? / np.unique([1,2,2,3,3,3]) का आउटपुट क्या है?
100
What is the purpose of np.sort()? / np.sort() का क्या उद्देश्य है?
Answered: 0 / 100