Time: 20:00

1. The symbol is used to print more than one item on a single line.

इस चिन्ह का उपयोग एक ही लाइन पर एक से अधिक आइटम को प्रिंट करने के लिए किया जाता है।

2. Which of the following is not a token?

निम्नलिखित में से कौन सा टोकन नहीं है?

3. Which of the following is not a Keyword in Python?

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

4. The program must be able to handle unexpected situation like wrong input or no input.

प्रोग्राम को गलत इनपुट या कोई इनपुट न होने जैसी अप्रत्याशित स्थिति को संभालने में सक्षम होना चाहिए।

5. It refers to the ability of an application to run on different platform with or without minimal changes.

यह किसी एप्लिकेशन की न्यूनतम परिवर्तनों के साथ या उसके बिना विभिन्न प्लेटफ़ॉर्म पर चलने की क्षमता को संदर्भित करता है।

6. Python Programs are typed in

Python प्रोग्राम टाइप किये जाते हैं

7. To convert the read value through input() into integer type, _____ () is used

इनपुट() के माध्यम से रीड वैल्यू को पूर्णांक प्रकार में बदलने के लिए, _____ () का उपयोग किया जाता है

8. Which of the following is an escape scequence for a new line character

निम्नलिखित में से कौन सा एक नए लाइन कैरेक्टर के लिए एक एस्केप सीक्वेंस है

9. Which of the following diclaration is incorrect?

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

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

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

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

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

12. Which function is used to get the ASCII value of any character in Python?

पायथन में किसी कैरेक्टर का ASCII मान प्राप्त करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?

13. Escape scequence are treated as_______

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

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

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

15. Python is _______ Programming Language

पायथन _______ प्रोग्रामिंग भाषा है

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

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

17. The data type whose represent is unknown are called

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

18. Find the invalid variable among the following:

निम्नलिखित में से अमान्य वैरिएबल खोजें:

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

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

20. Which can contain multiple lines of text.

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