अभी हम M3R5 का 50 प्रश्नों का ऑनलाइन प्रैक्टिस टेस्ट पार्ट-8 करने वाले है। NIELIT O Level Online Test में आपको 50 प्रश्नों के ऑनलाइन मॉक टेस्ट को करने के लिए 50 मिनटों का समय दिया जायेगा। इस O level M3-R5 Online Test 8 को करने से आप अपने O Level Exam Paper में अच्छे अंक प्राप्त करने के भागीदार बनेंगे।
M3R5 Test 50Q Set-8
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दो चर एक ही वस्तु का संदर्भ दे रहे हैं या नहीं, यह _______ ऑपरेटर द्वारा निर्धारित किया जा सकता है?Whether two variables are referring to the same object or not can be determined by the _______ operator?CorrectIncorrect - Question 2 of 50
2. Question
1 pointsस्लाइस, सूची और टपल पर काम नहीं करता है।Doesn’t work on slice, list and tuple.CorrectIncorrect - Question 3 of 50
3. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = 9* (3+12)print(m)CorrectIncorrect - Question 4 of 50
4. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = ’40’ + ’01’print(m)CorrectIncorrect - Question 5 of 50
5. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = 81 +34print(m)CorrectIncorrect - Question 6 of 50
6. Question
1 pointsनिम्नलिखित कथनों के बाद n का डेटा प्रकार क्या होगा यदि उपयोगकर्ता ने संख्या 45 दर्ज किया है?What will be the data type of n if the user has entered the number 45 after the following statements?m = input(‘Enter a number: ‘)n = int(m)CorrectIncorrect - Question 7 of 50
7. Question
1 pointsनिम्नलिखित कथन के बाद m का डेटा प्रकार क्या होगा?What will be the data type of m after the following statement?m = (41, 54, 23, 68)CorrectIncorrect - Question 8 of 50
8. Question
1 pointsनिम्नलिखित कथन के बाद m का डेटा प्रकार क्या होगा?What will be the data type of m after the following statement?m = [‘July’, ‘September’, ‘December’]CorrectIncorrect - Question 9 of 50
9. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = [‘July’, ‘September’, ‘December’]n = m[1]print(n)CorrectIncorrect - Question 10 of 50
10. Question
1 pointsनिम्नलिखित में से Expression 4/(3*(2-1)) and 4/3*(2-1) का मूल्य समान है बताइये की यह True है या False?Of the following Expression 4/(3*(2-1)) and 4/3*(2-1) have the same value, state whether it is True or False?CorrectIncorrect - Question 11 of 50
11. Question
1 pointsनिम्नलिखित में से Expression 4+3%2 की वैल्यू क्या होगी?Which of the following will be the value of the expression 4+3%2?CorrectIncorrect - Question 12 of 50
12. Question
1 pointsनिम्नलिखित में से किस ऑपरेटर की right to left associativity है?Which of the following operator has right to left associativity?CorrectIncorrect - Question 13 of 50
13. Question
1 pointsनिम्नलिखित अभिव्यक्ति में x की वैल्यू क्या होगी?What will be the value of x in the following expression?x=int(42.25 + 2/2)print(x)CorrectIncorrect - Question 14 of 50
14. Question
1 pointsनिम्नलिखित अभिव्यक्ति में x की वैल्यू क्या होगी?What will be the value of x in the following expression?2 + 4.00, 2**4.0CorrectIncorrect - Question 15 of 50
15. Question
1 pointsनिम्नलिखित में से पायथन में पूर्वता का क्रम क्या है?Which of the following is the order of precedence in Python?(i) Brackets (ii) Exponential (iii) Multiplication(iv) Division (v) Addition (vi) SubtractionCorrectIncorrect - Question 16 of 50
16. Question
1 pointsनिम्नलिखित में से किसका एक ही precedence level है?Which of the following has only one precedence level?CorrectIncorrect - Question 17 of 50
17. Question
1 pointsनिम्नलिखित में से हम किसका उपयोग करके लूप के शुरू में जा सकते हैं?By using which of the following we can go to the beginning of the loop?CorrectIncorrect - Question 18 of 50
18. Question
1 pointsनिम्नलिखित में से वह सिचुएशन जिस पर लूप का कार्यान्वयन (execution) या एग्जिट (exit) निर्भर करता है?Which of the following conditions depends on the execution or exit of the loop?CorrectIncorrect - Question 19 of 50
19. Question
1 pointsनिम्नलिखित में से Break statement के बारे में कौनसा कथन सत्य है?Which of the following statement is true about Break statement?CorrectIncorrect - Question 20 of 50
20. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = [45, 51, 67]n = m[2]print(n)CorrectIncorrect - Question 21 of 50
21. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = [75, 23, 64]n = m[0] + m[1]print(n)CorrectIncorrect - Question 22 of 50
22. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = [‘July’, ‘September’, ‘December’]n = m[0] + m[2]print(n)CorrectIncorrect - Question 23 of 50
23. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m=17n = 5o=m*nprint(o)CorrectIncorrect - Question 24 of 50
24. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = [25, 34, 70, 63]n = m[2] – m[0]print(n)CorrectIncorrect - Question 25 of 50
25. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = [25, 34, 70, 63]n = str(m[1]) +str(m[2])print(n)CorrectIncorrect - Question 26 of 50
26. Question
1 pointsनिम्नलिखित कथन के बाद m का डेटा प्रकार क्या होगा?What will be the data type of m after the following statement?m = [90, ‘A’, 115, ‘B’, 250]CorrectIncorrect - Question 27 of 50
27. Question
1 pointsनिम्नलिखित कथन के बाद m का डेटा प्रकार क्या होगा?What will be the data type of m after the following statement?m = ‘World Wide Web’CorrectIncorrect - Question 28 of 50
28. Question
1 pointsपायथन वेरिएबल और एक्सप्रेशन का प्रकार _______ द्वारा तय किया जाता है?The type of Python variables and expressions is decided by _______?CorrectIncorrect - Question 29 of 50
29. Question
1 pointsपायथन में, इन और नॉट इन ऑपरेटरों को सदस्यता ऑपरेटर के रूप में जाना जाता है।In Python, the in and not in operators are known as membership operators.CorrectIncorrect - Question 30 of 50
30. Question
1 pointsनिम्नलिखित में से a=[(1,1),(1,2),(1,3),(1,4)] किस प्रकार का डेटा है?Which of the following type of data is a=[(1,1),(1,2),(1,3),(1,4)]?CorrectIncorrect - Question 31 of 50
31. Question
1 pointsनिम्नलिखित में से पायथन में फंक्शन के लिए किस कीवर्ड का उपयोग किया जाता है?Which of the following keywords is used for function in Python?CorrectIncorrect - Question 32 of 50
32. Question
1 pointsनिम्नलिखित में से पायथन फाइल को किस फाइल एक्सटेंशन के साथ सेव किया जाता है?With which of the following file extension are Python files saved?CorrectIncorrect - Question 33 of 50
33. Question
1 pointsनिम्नलिखित में से पायथन प्रोग्राम में मॉड्यूल आयात करने के लिए उपरोक्त कीवर्ड कौनसा है?Which of the following is the above keyword to import a module in a Python program?CorrectIncorrect - Question 34 of 50
34. Question
1 pointsनिम्नलिखित में से कौन सा _______ टूल बग खोजने या स्थैतिक विश्लेषण करने में मदद करता है?Which of the following _______ tool helps to find bugs or perform static analysis?CorrectIncorrect - Question 35 of 50
35. Question
1 pointsनिम्नलिखित में से कौन सा पायथन में एक म्यूटेबल बिल्ट-इन डेटा-टाइप है?Which of the following is a mutable built-in data-type in Python?CorrectIncorrect - Question 36 of 50
36. Question
1 pointsएक पायथन प्रलेखन स्ट्रिंग को डॉकस्ट्रिंग के रूप में जाना जाता है।A Python documentation string is known as a docstring.CorrectIncorrect - Question 37 of 50
37. Question
1 pointsनिम्नलिखित में से पायथन में Django, पिरामिड और फ्लास्क क्या है?Which of the following is Django, Pyramid and Flask in Python?CorrectIncorrect - Question 38 of 50
38. Question
1 pointsनिम्नलिखित में से PEP का फुल फॉर्म क्या होता है?Which of the following is the full form of PEP?CorrectIncorrect - Question 39 of 50
39. Question
1 pointsपायथन मुक्त, खुला स्रोत, सांख्यिकीय रूप से टाइप की गई, व्याख्या की गई और पोर्टेबल भाषा है।Python is free, open source, statically typed, interpreted and portable language.CorrectIncorrect - Question 40 of 50
40. Question
1 pointsand, or, not, if, elif, Else, for, while, break व as पाइथन कीवर्ड है इनकी कुल संख्या कितनी है?and, or, not, if, elif, else, for, while, break and as are Python keywords. What is the total number of them?CorrectIncorrect - Question 41 of 50
41. Question
1 pointsनिम्नलिखित में से किस अभिव्यक्ति की सर्वोच्च प्राथमिकता है?Which of the following expressions has the highest priority?CorrectIncorrect - Question 42 of 50
42. Question
1 pointsनिम्नलिखित कोड कितने asterisk (*) print करेगा?How many asterisk (*) will the following code print?for a in range (-10, 10):print(‘*’, end=’ ‘)print()CorrectIncorrect - Question 43 of 50
43. Question
1 pointsनिम्नलिखित कोड द्वारा क्या प्रिंट किया जायेगा?What will be printed by the following code?a = 0while a < 4:print(a, end=’ ‘)a += 1print()CorrectIncorrect - Question 44 of 50
44. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?i = 3while True:if i % 2 == 0:breakprint(i, end=””)i += 1CorrectIncorrect - Question 45 of 50
45. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?i = 1while True:if i % 007 == 0:breakprint(i, end=” ”)i += 1CorrectIncorrect - Question 46 of 50
46. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?i = 1while True:if i % 2 == 0:breakprint(i, end=””)i+=2CorrectIncorrect - Question 47 of 50
47. Question
1 pointsनिम्नलिखित कथन के बाद m का डेटा प्रकार क्या होगा?What will be the data type of m after the following statement?m = {‘Listen’:’Music’, ‘Play’ : ‘Games’}CorrectIncorrect - Question 48 of 50
48. Question
1 pointsनिम्नलिखित कथन के बाद m का डेटा प्रकार क्या होगा?What will be the data type of m after the following statement?m = {‘A’, ‘F’, ‘R’, ‘Y’}CorrectIncorrect - Question 49 of 50
49. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = {‘Listen’:’Music’, ‘Play’ : ‘Games’}print(m.keys())CorrectIncorrect - Question 50 of 50
50. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output after the following statements?m = {‘Listen’:’Music’, ‘Play’ : ‘Games’}print(m.values())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 ऑनलाइन टेस्ट पार्ट-8 देने के बाद, आपने खुद का मूल्यांकन किया है और O लेवल परीक्षा के लिए बेहतर तैयारी की है। इस M3-R5 Online Test Set-8 को अपने अन्य दोस्तों के साथ साझा करना न भूलें और नीचे कमेंट बॉक्स में अपनी राय अवश्य लिखें। 😊
Thank you! 💜