Time: 20:00

1. Error does not fall into any category

त्रुटि किसी भी श्रेणी में नहीं आती

2. Which type of Error generate, when the argument have invalid values specified?

जब तर्क में अमान्य मान निर्दिष्ट होते हैं, तो किस प्रकार की त्रुटि उत्पन्न होती है?

3. Which mode opens a file for both reading and wriing in binary format.

कौन सा मोड बाइनरी प्रारूप में पढ़ने और लिखने दोनों के लिए एक फ़ाइल खोलता है।

4. Function blocks begin with the keyword__.

फ़ंक्शन ब्लॉक कीवर्ड__ से शुरू होते हैं।

5. Negative count from the Right.

दाईं ओर से नकारात्मक गिनती.

6. The offest of the local DST time zone.

स्थानीय डीएसटी समय क्षेत्र का सबसे ख़राब।

7. Convert a list into tuple.

किसी सूची को टुपल में कनवर्ट करें.

8. Explicity remove entire tuple.

स्पष्टता पूरे टपल को हटा दें।

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

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

10. Recursive functions usually take ______ memory space than non-recursive function.

पुनरावर्ती फ़ंक्शन आमतौर पर गैर-पुनरावर्ती फ़ंक्शन की तुलना में ______ मेमोरी स्थान लेते हैं।

11. Python programming language was created by____.

पायथन प्रोग्रामिंग भाषा ____ द्वारा बनाई गई थी।

12. Python supports Object-Oriented style or technique of programming that encapsulates code within_____.

पायथन ऑब्जेक्ट-ओरिएंटेड शैली या प्रोग्रामिंग की तकनीक का समर्थन करता है जो कोड को _____ के भीतर समाहित करता है।

13. _____ returns the current time instant, a floating-point number of seconds since the epoch.

_____ वर्तमान समय को तुरंत लौटाता है, युग के बाद से सेकंड की एक फ़्लोटिंग-पॉइंट संख्या।

14. All parameters (argument) in the Python language are passed by.

Python भाषा में सभी पैरामीटर (तर्क) पास किये जाते हैं।

15. The ____ can be accessed only inside the function in which they are declared, where as global variables can be accessed throughout the program body by all functions.

____ को केवल उस फ़ंक्शन के अंदर ही एक्सेस किया जा सकता है जिसमें उन्हें घोषित किया गया है, जबकि वैश्विक वैरिएबल को सभी फ़ंक्शन द्वारा पूरे प्रोग्राम बॉडी में एक्सेस किया जा सकता है।

16. The differences between tuples and lists are, the tuple cannot be changed unlike lists and tuple use where as lists use square brackets.

टुपल्स और सूचियों के बीच अंतर यह है कि सूचियों और टुपल के उपयोग के विपरीत टुपल को बदला नहीं जा सकता है, जबकि सूचियाँ वर्गाकार कोष्ठक का उपयोग करती हैं।

17. Python converts numbers internally in an expression containing mixed types to a Common type for evaluation. But sometimes, coerce a number explicity from one type to another to satisfythe requirements of______parameter.

पायथन मिश्रित प्रकार वाले अभिव्यक्ति में आंतरिक रूप से संख्याओं को मूल्यांकन के लिए एक सामान्य प्रकार में परिवर्तित करता है। लेकिन कभी-कभी, ______पैरामीटर की आवश्यकताओं को पूरा करने के लिए एक संख्या को एक प्रकार से दूसरे प्रकार में स्पष्ट करने के लिए बाध्य किया जाता है।

18. A graphical representation of a computer program in relation to its sequence of functions.

किसी कंप्यूटर प्रोग्राम का उसके कार्यों के अनुक्रम के संबंध में चित्रमय प्रतिनिधित्व।

19. _____method calls the built-in Python help system.

_____विधि अंतर्निहित पायथन सहायता प्रणाली को कॉल करती है।

20. To create sequence of numbers, Numpy provides a function ____ analogous to range that returns arrays instead of lists.

संख्याओं का अनुक्रम बनाने के लिए, Numpy रेंज के अनुरूप एक फ़ंक्शन ____ प्रदान करता है जो सूचियों के बजाय सरणी लौटाता है।