Time: 20:00

1. ______ is a string literals denoted by triple quotes for providing the specifications of certain progrm elements.

______ कुछ प्रोग्राम तत्वों की विशिष्टताओं को प्रदान करने के लिए ट्रिपल कोट्स द्वारा दर्शाया गया एक स्ट्रिंग अक्षर है।

2. Which of the following is incorrect regarding variables in Python?

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

3. How many keywords are there in python 3.7?

पायथन 3.7 में कितने कीवर्ड हैं?

4. Which of these are keyword?

इनमें से कौन सा कीवर्ड हैं?

5. Is python is case sensitive when dealing with identifiers?

क्या पहचानकर्ताओं के साथ व्यवहार करते समय पायथन केस संवेदनशील है?

6. Which of the following is an invalid variable?

निम्नलिखित में से कौन सा एक अमान्य चर है?

7. Why are local variable names beginning with an underscore discouraged?

अंडरस्कोर से शुरू होने वाले स्थानीय वैरिएबल नामों को हतोत्साहित क्यों किया जाता है?

8. Which of the following is an invalid statement?

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

9. Which of the following cannot be a variable?

निम्नलिखित में से कौन सा परिवर्तनशील नहीं हो सकता?

10. Which of these is not a core data type?

इनमें से कौन सा कोर डेटा प्रकार नहीं है?

11. Given a function that does not return any value, What value is thrown by default when executed in shell.

एक फ़ंक्शन दिया गया है जो कोई मान नहीं लौटाता है, शेल में निष्पादित होने पर डिफ़ॉल्ट रूप से कौन सा मान डाला जाता है।

12. Which of the following will run without errors?

निम्नलिखित में से कौन सा त्रुटि के बिना चलेगा?

13. What is the return type of function id?

फ़ंक्शन आईडी का रिटर्न प्रकार क्या है?

14. In order to store values in terms of key and value we use what core data type.

कुंजी और मान के संदर्भ में मानों को संग्रहीत करने के लिए हम किस कोर डेटा प्रकार का उपयोग करते हैं।

15. What will be the output of the following Python code?

       print('ab12' .isalnum())

16. The data type whose represent is known are called

वह डेटा प्रकार जिसका प्रतिनिधित्व ज्ञात हो, कहलाते हैं

17. The data type whose represent is unknown are called

वह डेटा प्रकार जिसका प्रतिनिधित्व अज्ञात है, कहलाते हैं

18. Who developed Python?

पायथन का विकास किसने किया?

19. The Python prompt indicates that Interpreter is ready to accept instruction.

पायथन प्रॉम्प्ट इंगित करता है कि दुभाषिया निर्देश स्वीकार करने के लिए तैयार है।

20. Which of the following character is used to give comments in Python Program?

पायथन प्रोग्राम में टिप्पणियाँ देने के लिए निम्नलिखित में से किस अक्षर का उपयोग किया जाता है?