Time: 20:00

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

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

2. Python is a/an _______ language.

पायथन एक _______ भाषा है।

3. Python uses a/an ______ to convert source

स्रोत को परिवर्तित करने के लिए पायथन ______ का उपयोग करता है

4. Python code can run on a variety of platform, it means Python is a ______ language.

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

5. Python Programs are typed in

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

6. The ______ mode of Python gives instant result of typed statement

पायथन का ______ मोड टाइप किए गए स्टेटमेंट का तुरंत परिणाम देता है

7. Which of the following is not a Python IDE

निम्नलिखित में से कौन सा Python IDE नहीं है

8. To print the value of a variables, Python uses

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

9. You do not have pay Python and you can view its source code too. it means Python is______.

आपके पास Pay Python नहीं है और आप इसका सोर्स कोड भी देख सकते हैं। इसका मतलब है कि पायथन ______ है।

10. Special meanings words of Pythons, fixed for specific functionality are called____

विशिष्ट कार्यक्षमता के लिए निर्धारित पायथन के विशेष अर्थ वाले शब्दों को ____ कहा जाता है

11. names given to different parts of a Python program are________

पायथन प्रोग्राम के विभिन्न भागों को दिए गए नाम ________ हैं

12. Data items having fixed value are called

निश्चित मान वाले डेटा आइटम कहलाते हैं

13. Escape scequence are treated as_______

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

14. Which of the following is an escape scequence for a tab character

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

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

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

16. Which of the following is not a legal integer type value in Python

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

17. Select the reverse keyword in Python

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

18. The input() returns the value as ______ type.

इनपुट() मान को ______ प्रकार के रूप में लौटाता है।

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

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

20. To print a line a text without ending it with a newline, _____argument is used with print()

एक पंक्ति को एक नई पंक्ति के साथ समाप्त किए बिना एक पाठ को मुद्रित करने के लिए, _____argument का उपयोग print() के साथ किया जाता है