अभी हम M3R5 का 50 प्रश्नों का ऑनलाइन प्रैक्टिस टेस्ट पार्ट-6 करने वाले है। NIELIT O Level Online Test में आपको 50 प्रश्नों के ऑनलाइन मॉक टेस्ट को करने के लिए 50 मिनटों का समय दिया जायेगा। इस O level M3-R5 Online Test 6 को करने से आप अपने O Level Exam Paper में अच्छे अंक प्राप्त करने के भागीदार बनेंगे।
M3R5 Test 50Q Set-6
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निम्नलिखित में से कौन सा precedence order पायथन में सही है?Which of the following is the correct precedence order in Python?Correct
Incorrect
-
Question 2 of 50
2. Question
1 pointsError checking के लिए Assert Statement का उपयोग किया जाता है।Assert statement is used for error checking.Correct
Incorrect
-
Question 3 of 50
3. Question
1 pointsPython Programming Language का विकास किसके द्वारा किया गया था?By whom was the Python programming language developed?Correct
Incorrect
-
Question 4 of 50
4. Question
1 pointsनिम्नलिखित में से कौन सा पायथन फाइल का सही extension है?Which of the following is the correct extension of a Python file?Correct
Incorrect
-
Question 5 of 50
5. Question
1 pointsनिम्नलिखित में से पायथन भाषा में फंक्शन के लिए किस कीवर्ड का उपयोग किया जाता है?Which of the following keywords is used for function in Python language?Correct
Incorrect
-
Question 6 of 50
6. Question
1 pointsनिम्नलिखित में से पाइथन में single-line comments देने के लिए किस करैक्टर का उपयोग किया जाता है?Which of the following character is used to give single-line comments in Python?Correct
Incorrect
-
Question 7 of 50
7. Question
1 pointsनिम्नलिखित में से कौन सा पायथन में truncation division operator है?Which of the following is the truncation division operator in Python?Correct
Incorrect
-
Question 8 of 50
8. Question
1 pointsनिम्नलिखित में से फार्मूला =min(max(False,-3,-4), 2,7) का आउटपुट क्या होगा?Which of the following will be the output of the formula =min(max(False,-3,-4), 2,7)?Correct
Incorrect
-
Question 9 of 50
9. Question
1 pointsनिम्नलिखित में से पायथन में strings के साथ कौन से arithmetic operators का उपयोग नहीं किया जा सकता है?Which of the following arithmetic operators cannot be used with strings in Python?Correct
Incorrect
-
Question 10 of 50
10. Question
1 pointsनिम्नलिखित में से कौन सा अमान्य है?Which of the following is invalid?Correct
Incorrect
-
Question 11 of 50
11. Question
1 pointsनिम्नलिखित पायथन अभिव्यक्ति का मूल्य क्या होगा?What would be the value of the following python expression?4+3% 5Correct
Incorrect
-
Question 12 of 50
12. Question
1 pointsनिम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?What will be the output of the following python code snippet?x=1?x<<2Correct
Incorrect
-
Question 13 of 50
13. Question
1 pointsTwo strings को जोड़ने या संयोजित करने के लिए आप + ऑपरेटर का उपयोग कर सकते हैं।You can use the + operator to join or concatenate two strings.Correct
Incorrect
-
Question 14 of 50
14. Question
1 pointsनिम्नलिखित में से Debugging का उपयोग किस लिए किया जाता है?Debugging is used for which of the following?Correct
Incorrect
-
Question 15 of 50
15. Question
1 pointsModule functions का एक सेट है जिसे आप अपने application में शामिल करना चाहते हैं।Module is a set of functions that you want to include in your application.Correct
Incorrect
-
Question 16 of 50
16. Question
1 pointsनिम्नलिखित में से Same precedence वाले Operators का evaluated किस तरीके से किया जाता है?In which of the following operators with the same precedence are evaluated?Correct
Incorrect
-
Question 17 of 50
17. Question
1 pointsनिम्नलिखित में से कौन सा core data type नहीं है?Which of the following is not a core data type?Correct
Incorrect
-
Question 18 of 50
18. Question
1 pointsRequired arguments सही positional order में किसी फ़ंक्शन को दिए गए तर्क हैं।Required arguments are the arguments passed to a function in the correct positional order.Correct
Incorrect
-
Question 19 of 50
19. Question
1 pointsनिम्नलिखित में से inf का प्रकार _______ होता है?Which of the following is the type of inf?Correct
Incorrect
-
Question 20 of 50
20. Question
1 pointsनिम्नलिखित में से उस GUI का नाम क्या है जो एक इंटरैक्टिव शेल के रूप में इन-बिल्ट पायथन के साथ आता है?Which of the following is the name of the GUI that comes with in-built Python as an interactive shell?Correct
Incorrect
-
Question 21 of 50
21. Question
1 pointsनिम्नलिखित में से कौनसा पायथन में एक असाइनमेंट ऑपरेटर होता है?Which of the following is an assignment operator in Python?Correct
Incorrect
-
Question 22 of 50
22. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?x = [‘ab’, ‘cd’]for i in x:i.upper()print(x)Correct
Incorrect
-
Question 23 of 50
23. Question
1 pointsनिम्नलिखित में से एक प्रोग्राम जो एक उच्च स्तरीय भाषा प्रोग्राम को निर्देश के एक सेट में संशोधित करता है, जो कंप्यूटर पर चल सकता है?Which of the following is a program that converts a high level language program into a set of instructions that a computer can run?Correct
Incorrect
-
Question 24 of 50
24. Question
1 pointsनिम्नलिखित में से Desired (वांछित ) result प्राप्त करने के लिए के instructions sequence को दिया गया नाम कौनसा है?Which of the following is the name given to the sequence of instructions to get the desired result?Correct
Incorrect
-
Question 25 of 50
25. Question
1 pointsPass statement program को बिना कोई क्रिया किए कोड के टुकड़े से गुजरने देता है।Pass statement allows the program to pass through a piece of code without taking any action.Correct
Incorrect
-
Question 26 of 50
26. Question
1 pointsनिम्नलिखित में से पाइथन 3.0 फाइनल जारी किया गया था?In which of the following was Python 3.0 Final released?Correct
Incorrect
-
Question 27 of 50
27. Question
1 pointsनिम्नलिखित में से किसे identifiers के रूप में उपयोग नहीं किया जा सकता है?Which of the following cannot be used as identifiers?Correct
Incorrect
-
Question 28 of 50
28. Question
1 pointsTwo Strings को जोड़ने के लिए प्रयुक्त ऑपरेटर + है।The operator used to concatenate two strings is +.Correct
Incorrect
-
Question 29 of 50
29. Question
1 pointsनिम्नलिखित में से सीएसवी का अर्थ हैWhich of the following means csvCorrect
Incorrect
-
Question 30 of 50
30. Question
1 pointsनिम्नलिखित में से कौन सा विकल्प सत्य है? ‘fp.seek (10,1)’Which of the following option is true? ‘fp.seek(10,1)’Correct
Incorrect
-
Question 31 of 50
31. Question
1 pointsनिम्नलिखित में से कौनसी सेट डाटा स्ट्रक्चर की विशेषता नहीं है?Which of the following is not a characteristic of a set data structure?Correct
Incorrect
-
Question 32 of 50
32. Question
1 pointsनिम्नलिखित में से कौन सा सिंटेक्स एक tuple नहीं क्रिएट करता है?Which of the following syntax does not create a tuple?Correct
Incorrect
-
Question 33 of 50
33. Question
1 pointsनिम्नलिखित में से डिक्शनरी डाटा स्ट्रक्चर की कौन सी विशेषता नहीं है?Which of the following is not a feature of dictionary data structure?Correct
Incorrect
-
Question 34 of 50
34. Question
1 pointsनिम्नलिखित में से डिक्शनरी में सभी आइटम्स को रिमूव करने के लिए किस मेथड का प्रयोग किया जाता है?Which of the following method is used to remove all the items in the dictionary?Correct
Incorrect
-
Question 35 of 50
35. Question
1 pointsनिम्नलिखित में से किसी स्ट्रिंग को स्लाइस करने के लिए मैक्सिमम कितने आर्गुमेंट दिए जा सकते है?What is the maximum number of arguments that can be given to slice any of the following strings?Correct
Incorrect
-
Question 36 of 50
36. Question
1 pointsनिम्नलिखित में से बिना अनुवाद के कंप्यूटर द्वारा समझी जाने वाली भाषा को क्या कहा जाता है?Which of the following is a language understood by a computer without translation?Correct
Incorrect
-
Question 37 of 50
37. Question
1 pointsनिम्नलिखित में से Compiler से क्या आशय है?Which of the following is meant by Compiler?Correct
Incorrect
-
Question 38 of 50
38. Question
1 pointsनिम्नलिखित में से कौन सा कथन गलत है?Which of the following statement is incorrect?Correct
Incorrect
-
Question 39 of 50
39. Question
1 pointsनिम्नलिखित में से कौनसी उच्च स्तरीय प्रोग्रामिंग भाषा नहीं है?Which of the following is not a high level programming language?Correct
Incorrect
-
Question 40 of 50
40. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?x = [‘ab’, ‘cd’]for i in x:x.append(i.upper())print(x)Correct
Incorrect
-
Question 41 of 50
41. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?i = 1while True:if i%3 == 0:breakprint(i)i+=1Correct
Incorrect
-
Question 42 of 50
42. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?x = “abcdef”¡ = “¡”while i in x:print(i, end=””)Correct
Incorrect
-
Question 43 of 50
43. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?x = “abcdef”i = “a”while i in x:print(i, end = “”)Correct
Incorrect
-
Question 44 of 50
44. Question
1 pointsनिम्नलिखित में से Slicing में आर्गुमेंट को पास करने का सही क्रम क्या है?Which of the following is the correct order of passing arguments to Slicing?Correct
Incorrect
-
Question 45 of 50
45. Question
1 pointsनिम्नलिखित में से आर्गुमेंट Slicing concept किस डाटा स्ट्रक्चर पर लागू होता है?Argument Slicing concept is applicable to which of the following data structures?Correct
Incorrect
-
Question 46 of 50
46. Question
1 pointsनिम्नलिखित में से Slicing में स्टेप की डिफ़ॉल्ट वैल्यू क्या है?Which of the following is the default value of step in Slicing?Correct
Incorrect
-
Question 47 of 50
47. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?x = ‘abcd’for i in range(x):print(i)Correct
Incorrect
-
Question 48 of 50
48. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?x = ‘abcd’for i in range(len(x)):print(i)Correct
Incorrect
-
Question 49 of 50
49. Question
1 pointsनिम्नलिखित का आउटपुट क्या होगा?What will be the output of the following?d = {0: ‘a’, 1: ‘b’, 2: ‘c’}for i in d:print(i)Correct
Incorrect
-
Question 50 of 50
50. Question
1 pointsनिम्नलिखित में से एक अनुवादक जो उच्च स्तरीय भाषा में लिखा गया है वह पूरे कार्यक्रम को पढ़ता है और उसे मशीनी भाषा कोड में परिवर्तित करता है, वह क्या कहलाता है?One of the following translator which reads the entire program written in a high level language and converts it into machine language code is called?Correct
Incorrect
Would you like to take mock tests of other O Level Online Tests, for that click on the button below!
O Level M3-R5 ऑनलाइन टेस्ट पार्ट-6 देने के बाद, आपने खुद का मूल्यांकन किया है और O लेवल परीक्षा के लिए बेहतर तैयारी की है। इस M3-R5 Online Test Set-6 को अपने अन्य दोस्तों के साथ साझा करना न भूलें और नीचे कमेंट बॉक्स में अपनी राय अवश्य लिखें। 😊
Thank you! 💜