Time: 20:00

1. Which of the following is the correct extension of Python file-

निम्नलिखित में से कौन सा Python फ़ाइल का सही एक्सटेंशन है-

2. In which year was the Python 3.0 version developed?

Python 3.0 संस्करण किस वर्ष विकसित किया गया था?

3. By using function _______, we can change the shape of the Numpy array in python.

फ़ंक्शन _______ का उपयोग करके, हम पायथन में नम्पी ऐरे का आकार बदल सकते हैं।

4. ______ reports all the error with line numbers and produce faster object code then interpreter.

______ पंक्ति संख्याओं के साथ सभी त्रुटियों की रिपोर्ट करता है और दुभाषिया की तुलना में तेज़ ऑब्जेक्ट कोड उत्पन्न करता है।

5. The functions which are coming with Python software automatically are called _____.

जो फ़ंक्शन स्वचालित रूप से पायथन सॉफ़्टवेयर के साथ आते हैं उन्हें _____ कहा जाता है।

6. The GCD of the numbers 136 and 170 is _______.

संख्या 136 और 170 का GCD _______ है।

7. The operator returns the quotient after division.

ऑपरेटर विभाजन के बाद भागफल लौटाता है।

8. The readlines() method reads and returns_______.

रीडलाइन्स() विधि पढ़ती है और _______ लौटाती है।

9. Shape() function in Numpy array is used to

नम्पी ऐरे में शेप() फ़ंक्शन का उपयोग किया जाता है

10. It defined the accessibility and the lifetime of a variable.

इसने एक चर की पहुंच और जीवनकाल को परिभाषित किया।

11. The sentinel-controlling loop can be implemented using_______

प्रहरी-नियंत्रण लूप को _______ का उपयोग करके कार्यान्वित किया जा सकता है

12. Every function has an implicit statement________as the last instruction in the function body.

प्रत्येक फ़ंक्शन में फ़ंक्शन बॉडी में अंतिम निर्देश के रूप में एक अंतर्निहित कथन ________ होता है।

13. ______synbols are used to connnect one box offlow chart to another.

______ सिंबल का उपयोग एक बॉक्स ऑफफ्लो चार्ट को दूसरे से जोड़ने के लिए किया जाता है।

14. _________help programmers to create list in a concise way.

_________प्रोग्रामर्स को संक्षिप्त तरीके से सूची बनाने में मदद करें।

15. When ______ gets executed, 'inner PI value' is printed as that is 'pi' value inside the function namespace.

जब ______ निष्पादित हो जाता है, तो 'आंतरिक PI मान' मुद्रित होता है क्योंकि यह फ़ंक्शन नेमस्पेस के अंदर 'pi' मान होता है।

16. The _______ function converts the specified value into a string.

_______ फ़ंक्शन निर्दिष्ट मान को एक स्ट्रिंग में परिवर्तित करता है।

17. A natural number 1 is also an _______.

एक प्राकृत संख्या 1 भी एक _______ है।

18. Python converts the source code into a intermediate form called _______.

पायथन स्रोत कोड को _______ नामक मध्यवर्ती रूप में परिवर्तित करता है।

19. ________is also known as the alias array.

________ को उपनाम सारणी के रूप में भी जाना जाता है।

20. ________are the modes of both writing and reading in binary format in file.

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