अभी हम M3R5 का 50 प्रश्नों का ऑनलाइन प्रैक्टिस टेस्ट पार्ट-13 करने वाले है। NIELIT O Level Online Test में आपको 50 प्रश्नों के ऑनलाइन मॉक टेस्ट को करने के लिए 50 मिनटों का समय दिया जायेगा। इस O level M3-R5 Online Test 13 को करने से आप अपने O Level Exam Paper में अच्छे अंक प्राप्त करने के भागीदार बनेंगे।
M3R5 Test 50Q Set-13
Quiz-summary
0 of 50 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
Information
oLevelStudy.com के नियमों का पालन करें –
- सभी प्रश्न करने अनिवार्य है।
- प्रत्येक प्रश्न को हल करने के लिए 5 मिनट का समय निर्धारित है।
- मॉक टेस्ट खत्म होने के बाद आपके द्वारा सही-गलत किये प्रश्न जरूर जांचें।
- लीडरबॉर्ड में अपनी रैंक जरूर देखें।
- नकलची बन्दर मत बनें।
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 50 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
oLevelStudy.com पर मॉक टेस्ट करने के लिए आपका शुक्रिया!
कृपया आपके द्वारा अगर कोई प्रश्न गलत हुआ है तो उसे अवश्य जांचें। इसके लिए आपको नीचे दिए View Question बटन को दबाना है फिर आपके द्वारा सही गलत किये प्रश्न आपको दिख जायेंगे।
LeaderBoard में अपनी रैंक देखना मत भूलें। और हाँ इस o Level Online Test को अपने दोस्तों के साथ जरूर Share कीजियेगा
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- Answered
- Review
- Question 1 of 50
1. Question
1 pointsनिम्नलिखित में से ______ उपकरण जो बग खोजने या स्थिर विश्लेषण करने में मदद करते हैं?Which of the following ______ tools that help in finding bugs or doing static analysis?CorrectIncorrect - Question 2 of 50
2. Question
1 pointsनिम्नलिखित में से पायथन में Django, पिरामिड और फ्लास्क क्या है?Which of the following is Django, Pyramid and Flask in Python?CorrectIncorrect - Question 3 of 50
3. Question
1 pointsनिम्नलिखित में से पीईपी का पूर्ण रूप क्या है?Which of the following is the full form of PEP?CorrectIncorrect - Question 4 of 50
4. Question
1 pointsपायथन एक स्वतंत्र, खुला स्रोत, वैधानिक रूप से टाइप की गई, व्याख्या की गई और पोर्टेबल भाषा है।Python is a free, open source, statically typed, interpreted and portable language.CorrectIncorrect - Question 5 of 50
5. Question
1 pointsand, or, not, if, elif, Else, for, while, break और as python कीवर्ड हैं, इनकी कुल संख्या _______ है?and, or, not, if, elif, else, for, while, break and as are python keywords, their total number is _______?CorrectIncorrect - Question 6 of 50
6. Question
1 pointsनिम्नलिखित में से कौन सा पायथन का कीवर्ड नहीं है?Which of the following is not a keyword of Python?CorrectIncorrect - Question 7 of 50
7. Question
1 pointsनिम्नलिखित में से कौन सा पर्यावरण चर पायथन दुभाषिया को बताता है कि प्रोग्राम में आयात की गई मॉड्यूल फ़ाइलों को कहाँ ढूँढना है?Which of the following environment variables tells the Python interpreter where to find the module files imported into the program?CorrectIncorrect - Question 8 of 50
8. Question
1 pointsidentifiers के साथ व्यवहार करते समय पायथन ‘केस संवेदी’ होता है?Is Python ‘case sensitive’ when dealing with identifiers?CorrectIncorrect - Question 9 of 50
9. Question
1 pointsexpression int(x) का अर्थ है कि चर x एक पूर्णांक में परिवर्तित हो गया है।The expression int(x) means that the variable x is converted to an integer.CorrectIncorrect - Question 10 of 50
10. Question
1 pointsनिम्नलिखित में से कौन सा अजगर में एक वैध स्ट्रिंग स्थिरांक है?Which of the following is a valid string constant in python?CorrectIncorrect - Question 11 of 50
11. Question
1 pointsनिम्नलिखित में से हम पायथन भाषा में कोड के एक ब्लॉक को परिभाषित करने के लिए क्या उपयोग करते हैं?Which of the following do we use to define a block of code in Python language?CorrectIncorrect - Question 12 of 50
12. Question
1 points/* * / का प्रयोग पायथन कोड में टिप्पणी दर्ज करने के लिए किया जाता है।/* * / is used to enter comments in Python code.CorrectIncorrect - Question 13 of 50
13. Question
1 pointsनिम्नलिखित में से कौन सा अमान्य चर है?Which of the following is an invalid variable?CorrectIncorrect - Question 14 of 50
14. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [15, 45, 85, 95]print(x[3]-x[1])CorrectIncorrect - Question 15 of 50
15. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2]print(x)CorrectIncorrect - Question 16 of 50
16. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2]x.append(1)print(x)CorrectIncorrect - Question 17 of 50
17. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2]x.insert(1, 0)print(x)CorrectIncorrect - Question 18 of 50
18. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2]x.remove(2)print(x)CorrectIncorrect - Question 19 of 50
19. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]print(x.pop(3))CorrectIncorrect - Question 20 of 50
20. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]print(x.index(1))CorrectIncorrect - Question 21 of 50
21. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]x.extend(x)print(x)CorrectIncorrect - Question 22 of 50
22. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]y = [0, 5, 10]x.extend(y)print(x)CorrectIncorrect - Question 23 of 50
23. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]y = [10, 5, 0]x.extend(y)print(y)CorrectIncorrect - Question 24 of 50
24. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?print(9//2)CorrectIncorrect - Question 25 of 50
25. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?i = 0while i <= 3:print(i, end=”)i += 1CorrectIncorrect - Question 26 of 50
26. Question
1 pointsनिम्नलिखित में से np.eye() क्या बनाने के लिए प्रयोग किया जाता है?Which of the following is np.eye() used to create?CorrectIncorrect - Question 27 of 50
27. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?print type (type (int))CorrectIncorrect - Question 28 of 50
28. Question
1 pointsनिम्नलिखित में से पायथन किसका उपयोग करता है?Which of the following is used by Python?CorrectIncorrect - Question 29 of 50
29. Question
1 pointsनिम्नलिखित में से कौन सा प्राथमिकता क्रम पायथन में सही है?Which of the following precedence order is correct in Python?CorrectIncorrect - Question 30 of 50
30. Question
1 pointsत्रुटि जांच के लिए दावा कथन (Assert statement) का उपयोग किया जाता है।Assert statement is used for error checking.CorrectIncorrect - Question 31 of 50
31. Question
1 pointsनिम्नलिखित में से कौन सा पायथन में ट्रंकेशन डिवीजन ऑपरेटर है?Which of the following is the truncation division operator in Python?CorrectIncorrect - Question 32 of 50
32. Question
1 pointsनिम्नलिखित में से ‘2**(3**2), (2**3)**22**3**2’ का आउटपुट क्या होगा ।Which of the following will be the output of ‘2**(3**2), (2**3)**22**3**2’?CorrectIncorrect - Question 33 of 50
33. Question
1 pointsआप दो स्ट्रिंग्स को जोड़ने या जोड़ने के लिए + ऑपरेटर का उपयोग कर सकते हैं।You can use the + operator to concatenate or concatenate two strings.CorrectIncorrect - Question 34 of 50
34. Question
1 pointsनिम्नलिखित में से समान वरीयता वाले ऑपरेटरों का मूल्यांकन कैसे किया जाता है?How are operators with equal precedence evaluated?CorrectIncorrect - Question 35 of 50
35. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]y = [10, 5, 0]y.extends(x)print(y)CorrectIncorrect - Question 36 of 50
36. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 4, 3, 2, 1]x.reverse()print(x)CorrectIncorrect - Question 37 of 50
37. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [25, 14, 53, 62, 11]x.sort()print(x)CorrectIncorrect - Question 38 of 50
38. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [’25’, ‘Today’, ’53’, ‘Sunday’, ’15’]x.sort()print(x)CorrectIncorrect - Question 39 of 50
39. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [25, ‘Today’, 53, ‘Sunday’, 15]x.reverse()print(x)CorrectIncorrect - Question 40 of 50
40. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [25, 35, 53, 25, 52, 35, 25]print(x.count(25))CorrectIncorrect - Question 41 of 50
41. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [25, 35, 53, 25, 52, 35, 25]print(len(x))CorrectIncorrect - Question 42 of 50
42. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x= [25, 35, 53, 25, 52, 35, 25]len(x)print(x)CorrectIncorrect - Question 43 of 50
43. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [25, 35, 53, 25, 52, 35, 25]del x[3]print(x)CorrectIncorrect - Question 44 of 50
44. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 3, 6, 2, 4, 0, 1]del x[2:3]print(x)CorrectIncorrect - Question 45 of 50
45. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 3, 6, 2, 4, 0, 7]del x[0:7print(x)CorrectIncorrect - Question 46 of 50
46. Question
1 pointsनिम्नलिखित में से math.trunc() किस लिए प्रयोग किया जाता है?For which of the following math.trunc() is used?CorrectIncorrect - Question 47 of 50
47. Question
1 pointsनिम्नलिखित में से पायथन रनटाइम पर अज्ञात कार्यों के निर्माण का समर्थन करता है, जिसे _______ कहा जाता है?Which of the following does Python support the creation of anonymous functions at runtime, called _______?CorrectIncorrect - Question 48 of 50
48. Question
1 pointsनिम्नलिखित में से किसके द्वारा पायथन प्रोग्रामिंग लैंग्वेज का विकास किया गया था?Python programming language was developed by which of the following?CorrectIncorrect - Question 49 of 50
49. Question
1 pointsनिम्नलिखित में से कौन सा पाइथन फ़ाइल का सही एक्सटेंशन है?Which of the following is the correct extension of a Python file?CorrectIncorrect - Question 50 of 50
50. Question
1 pointsनिम्नलिखित में से कौनसा पाइथन में पूर्णांक विभाजन ऑपरेटर (integer division operator) है?Which of the following is the integer division operator in Python?CorrectIncorrect
Would you like to take mock tests of other O Level Online Tests, for that click on the button below!
O Level M3-R5 ऑनलाइन टेस्ट पार्ट-13 देने के बाद, आपने खुद का मूल्यांकन किया है और O लेवल परीक्षा के लिए बेहतर तैयारी की है। इस M3-R5 Online Test Set-13 को अपने अन्य दोस्तों के साथ साझा करना न भूलें और नीचे कमेंट बॉक्स में अपनी राय अवश्य लिखें। 😊
Thank you! 💜