Time: 20:00

1. What is mean by dynamically typed language

गतिशील रूप से टाइप की गई भाषा से क्या तात्पर्य है?

2. In python we can change the value of variable

Python में हम वेरिएबल का मान बदल सकते हैं

3. In python a variable named "num", which type of value we can store in this variable

पायथन में एक वेरिएबल का नाम "num" है, इस वेरिएबल में हम किस प्रकार की वैल्यू स्टोर कर सकते हैं

4. Raw data assigned to a variable is called as

किसी वेरिएबल को सौंपे गए कच्चे डेटा को कहा जाता है

5. Which of the following is not a valid identifier?

निम्नलिखित में से कौन सा वैध पहचानकर्ता नहीं है?

6. Which of the following is not a keyword?

निम्नलिखित में से कौन सा कीवर्ड नहीं है?

7. Which symbol is used to write single line comment?

सिंगल लाइन टिप्पणी लिखने के लिए किस चिन्ह का प्रयोग किया जाता है?

8. What is the output of the following code?
a=set(' abc ')
b=set(' cdef ')
print( a&b )

9. Python supports the creation of anonymous functions at runtime, using a construct called

पायथन नामक निर्माण का उपयोग करके रनटाइम पर अज्ञात कार्यों के निर्माण का समर्थन करता है

10. Which of the following words is not a keyword of python language?

निम्नलिखित में से कौन सा शब्द पायथन भाषा का कीवर्ड नहीं है?

11. Raw data assigned to a variable is called as

किसी वेरिएबल को सौंपे गए कच्चे डेटा को कहा जाता है

12. function returns the current position of file pointer.

फ़ंक्शन फ़ाइल पॉइंटर की वर्तमान स्थिति लौटाता है।

13. Escape scequence are treated as_______

भागने के क्रम को_______ माना जाता है

14. Which of the following variables declaration is incorrect?

निम्नलिखित में से कौन सी वेरिएबल घोषणा गलत है?

15. Which of the following are valid escape scequence in Python?

निम्नलिखित में से कौन सा पायथन में वैध एस्केप अनुक्रम है?

16. Which of the following is not valid Python identifiers?

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

17. Which one of the following is not a python's predefined data type?

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

18. What is the maximum possible length of an identifier for better redability?-

बेहतर पुनर्विकास के लिए पहचानकर्ता की अधिकतम संभव लंबाई क्या है?-

19. Which of the following is a feature of DocString?

निम्नलिखित में से कौन सी DocString की एक विशेषता है?

20. Which can contain multiple lines of text.

जिसमें टेक्स्ट की कई पंक्तियाँ हो सकती हैं।