Time: 20:00

1. Python code can run on variety of plateforms, it means Python is a ___ language.

पायथन कोड विभिन्न प्रकार के प्लेटफॉर्म पर चल सकता है, इसका मतलब है कि पायथन एक ___ भाषा है।

2. Which of the following is not a legal integer type value in python.

निम्नलिखित में से कौन सा पायथन में कानूनी पूर्णांक प्रकार का मान नहीं है।

3. To give a defaulter separator with print() argument is used.

डिफॉल्टर सेपरेटर देने के लिए print() तर्क का उपयोग किया जाता है।

4. Which of the following defines what an object can do?

निम्नलिखित में से कौन परिभाषित करता है कि कोई वस्तु क्या कर सकती है?

5. Which of the following carries out the instructions defined in the interface?

निम्नलिखित में से कौन इंटरफ़ेस में परिभाषित निर्देशों को कार्यान्वित करता है?

6. Which of the following is correct about Python?

पायथन के बारे में निम्नलिखित में से कौन सा सही है?

7. Which of the following enviroment variable for Python tells the Python interpreter where to locate the modules files imported into a program?

पायथन के लिए निम्नलिखित में से कौन सा पर्यावरण चर पायथन दुभाषिया को बताता है कि प्रोग्राम में आयातित मॉड्यूल फ़ाइलों का पता कहाँ लगाना है?

8. Which of the following data types is not supported in Python?

निम्नलिखित में से कौन सा डेटा प्रकार पायथन में समर्थित नहीं है?

9. Which of the following function of dictionary get all the keys from the dictionary?

निम्नलिखित में से शब्दकोश का कौन सा फ़ंक्शन शब्दकोश से सभी कुंजियाँ प्राप्त करता है?

10. Select the reverse keyword in python

पायथन में रिवर्स कीवर्ड का चयन करें

11. Data structure used in recursion.

रिकर्सन में उपयोग की जाने वाली डेटा संरचना।

12. _____function takes a list of lines to be written to file.

_____फ़ंक्शन फ़ाइल में लिखी जाने वाली पंक्तियों की एक सूची लेता है।

13. The operator used for concatenation two strings.-

ऑपरेटर ने संयोजन के लिए दो तारों का उपयोग किया।-

14. _____statement is used for error checking.-

त्रुटि जाँच के लिए _____कथन का उपयोग किया जाता है।-

15. The function that yields current position in the file.

वह फ़ंक्शन जो फ़ाइल में वर्तमान स्थिति उत्पन्न करता है।

16. The function used for find power of a number.

किसी संख्या की घात ज्ञात करने के लिए उपयोग किया जाने वाला फ़ंक्शन.

17. Which statement is correct about isalnum().

isalnum() के बारे में कौन सा कथन सही है?

18. Which of the following is Immutable object.

निम्नलिखित में से कौन अपरिवर्तनीय वस्तु है।

19. Which of the following statement is correct about Getcwd().

Getcwd() के बारे में निम्नलिखित में से कौन सा कथन सही है।

20. The operator used to calculate remainder after division.

संचालक विभाजन के बाद शेषफल की गणना करता था।