अभी हम M3R5 का 50 प्रश्नों का ऑनलाइन प्रैक्टिस टेस्ट पार्ट-14 करने वाले है। NIELIT O Level Online Test में आपको 50 प्रश्नों के ऑनलाइन मॉक टेस्ट को करने के लिए 50 मिनटों का समय दिया जायेगा। इस O level M3-R5 Online Test 14 को करने से आप अपने O Level Exam Paper में अच्छे अंक प्राप्त करने के भागीदार बनेंगे।
M3R5 Test 50Q Set-14
Quiz-summary
0 of 28 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
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 28 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
- Answered
- Review
- Question 1 of 28
1. Question
1 pointsपास स्टेटमेंट प्रोग्राम को बिना कोई क्रिया किए कोड के एक टुकड़े से गुजरने की अनुमति देता है।The pass statement allows the program to pass through a piece of code without performing any action.CorrectIncorrect - Question 2 of 28
2. Question
1 pointsदो तारों को जोड़ने के लिए प्रयुक्त संकारक + है?The operator used to connect two strings is +.CorrectIncorrect - Question 3 of 28
3. Question
1 pointsनिम्नलिखित में से एक स्ट्रिंग को काटने के लिए दिए जा सकने वाले तर्कों की अधिकतम संख्या है?Which of the following is the maximum number of arguments that can be given to chop a string?CorrectIncorrect - Question 4 of 28
4. Question
1 pointsनिम्नलिखित में से स्लाइसिंग में आर्ग्युमेंट पास करने का सही क्रम क्या है?Which of the following is the correct order of passing arguments in slicing?CorrectIncorrect - Question 5 of 28
5. Question
1 pointsनिम्नलिखित में से समान मूल्य की वरीयता वाले ऑपरेटरों का मूल्यांकन कैसे किया जाता है?How are operators with the same value of precedence evaluated?CorrectIncorrect - Question 6 of 28
6. Question
1 pointsनिम्नलिखित में से किस अभिव्यक्ति की सर्वोच्च प्राथमिकता है?Which of the following expressions has the highest priority?CorrectIncorrect - Question 7 of 28
7. Question
1 pointsनिम्नलिखित में से पायथन में समानता ऑपरेटर क्या है?Which of the following is equality operator in Python?CorrectIncorrect - Question 8 of 28
8. Question
1 pointsनिम्नलिखित में से _______ पायथन में एक NULL स्टेटमेंट है?Which of the following is a NULL statement in Python?CorrectIncorrect - Question 9 of 28
9. Question
1 pointsनिम्नलिखित में से ‘print(3**4)’ इसे क्रियान्वित करने के बाद आउटपुट क्या होगा?Which of the following will be the output of ‘print(3**4)’ after executing it?CorrectIncorrect - Question 10 of 28
10. Question
1 pointsनिम्नलिखित में से सूची डेटा प्रकार के बारे में कौन सा कथन सही नहीं है?Which of the following statement is not correct about List data type?CorrectIncorrect - Question 11 of 28
11. Question
1 pointsनिम्नलिखित कोड का आउटपुट क्या होगा?What will be the output of the following code?L = [1, 0, 2, 0, ‘hello’, “, []]print(list(filter(bool, L)))CorrectIncorrect - Question 12 of 28
12. Question
1 pointsनिम्नलिखित में से कौन सा पाइथन में built-in फंक्शन होता है?Which of the following is a built-in function in Python?CorrectIncorrect - Question 13 of 28
13. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 3, 6, 2, 4, 0, 7]del x[0:4]print(x)CorrectIncorrect - Question 14 of 28
14. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [5, 3, 6, 2, 4, 0, 7]del x[:]print(x)CorrectIncorrect - Question 15 of 28
15. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [4, 0, 7]y = str(x[0]) + str(x[1])print(y)CorrectIncorrect - Question 16 of 28
16. Question
1 pointsनिम्नलिखित में से कौन सा सेट डेटा प्रकार के बारे में सही कथन नहीं है?Which of the following is not a correct statement about the set data type?CorrectIncorrect - Question 17 of 28
17. Question
1 pointsनिम्नलिखित में से ‘print(“10” + 15)’ का आउटपुट क्या होगा?Which of the following will be the output of ‘print(“10” + 15)’?B) “10”+15CorrectIncorrect - Question 18 of 28
18. Question
1 pointsनिम्नलिखित में से क्या दो चर एक ही वस्तु को संदर्भित कर सकते हैं या नहीं, _______ ऑपरेटर के साथ?Which of the following two variables may or may not refer to the same object with the _______ operator?CorrectIncorrect - Question 19 of 28
19. Question
1 pointsस्लाइस ऑपरेटर लिस्ट और ट्यूपल पर काम नहीं करता हैslice operator does not work on list and tupleCorrectIncorrect - Question 20 of 28
20. Question
1 pointsपायथन में, इन और नॉट इन ऑपरेटर को मेम्बरशिप ऑपरेटर के रूप में जाना जाता है?In Python, the in and not in operators are known as membership operators.CorrectIncorrect - Question 21 of 28
21. Question
1 pointsनिम्नलिखित में से पायथन प्रोग्राम में मॉड्यूल आयात करने के लिए उपरोक्त कीवर्ड क्या है?Which of the following is the above keyword to import a module in a Python program?CorrectIncorrect - Question 22 of 28
22. Question
1 pointsनिम्नलिखित में से किस अभिव्यक्ति की सर्वोच्च प्राथमिकता है?Which of the following expressions has the highest priority?CorrectIncorrect - Question 23 of 28
23. Question
1 pointsक्या स्ट्रिंग्स पर गणितीय संक्रियाएँ की जा सकती हैं?Can mathematical operations be performed on strings?CorrectIncorrect - Question 24 of 28
24. Question
1 pointsजोड़ और घटाव का पूर्वता स्तर समान है।Addition and subtraction have the same precedence level.CorrectIncorrect - Question 25 of 28
25. Question
1 pointsपायथन में nested if-else की अनुमति है।Nested if-else is allowed in Python.CorrectIncorrect - Question 26 of 28
26. Question
1 pointsनिम्नलिखित में से ‘pow(x,y)’ के लिए सही ऑपरेटर कौन सा है?Which of the following is the correct operator for ‘pow(x,y)’?CorrectIncorrect - Question 27 of 28
27. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [4, 0, 7]y = str(x[0]) + str(x[1])print(y)CorrectIncorrect - Question 28 of 28
28. Question
1 pointsनिम्नलिखित कथन के बाद आउटपुट क्या होगा?What will be the output of the following statements?x = [4, 0, 7]y = float(x[0] + x[2])print(y)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 ऑनलाइन टेस्ट पार्ट-14 देने के बाद, आपने खुद का मूल्यांकन किया है और O लेवल परीक्षा के लिए बेहतर तैयारी की है। इस M3-R5 Online Test Set-14 को अपने अन्य दोस्तों के साथ साझा करना न भूलें और नीचे कमेंट बॉक्स में अपनी राय अवश्य लिखें। 😊
Thank you! 💜