Time: 20:00

1. Which function is used to Writes the string(s) to the file and returns the number of characters written.

किस फ़ंक्शन का उपयोग फ़ाइल में स्ट्रिंग लिखने और लिखे गए वर्णों की संख्या लौटाने के लिए किया जाता है।

2. User write the programs in which language?

उपयोगकर्ता प्रोग्राम किस भाषा में लिखते हैं?

3. Which method is used to Write(s) a list of lines to the file.

फ़ाइल में पंक्तियों की सूची लिखने के लिए किस विधि का उपयोग किया जाता है?

4. Which of the following is a valid Python if statement:

निम्नलिखित में से कौन सा एक वैध पायथन if कथन है:

5. In Python, ____ defines a block of statements.

पायथन में, ____ कथनों के एक ब्लॉक को परिभाषित करता है।

6. An empty/null statement in Python is ______.

पायथन में एक खाली/शून्य कथन ______ है।

7. Which character is used in Python make a single line comment?

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

8. In which language is Python written?

पायथॉन किस भाषा में लिखा गया है?

9. Which of the following precedence order is correct in Python?

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

10. A python tuple that is created without using the paranthesis brackets() is called as?

एक पायथॉन टपल जो पैरान्थेसिस ब्रैकेट्स() का उपयोग किए बिना बनाया जाता है, उसे क्या कहा जाता है?

11. What is identity array?

पहचान सरणी क्या है?

12. In which year was the Python language developed?

पायथॉन भाषा का विकास किस वर्ष हुआ था?

13. Which type of programming does Python support?

पायथन किस प्रकार की प्रोग्रामिंग का समर्थन करता है?

14. Which of the following declaration is incorrect in python language?

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

15. NumPY stands for :-

NumPY का अर्थ है:-

16. Empty list indicated by which symbol.

खाली सूची किस प्रतीक द्वारा इंगित की गई है।

17. The method used to removes all the items at once.

सभी वस्तुओं को एक साथ हटाने के लिए उपयोग की जाने वाली विधि।

18. Numpy was developed by____ .

नम्पी को____ द्वारा विकसित किया गया था।

19. _______design approach starts by dividing the complex algorithm into one or more modules.

_______डिज़ाइन दृष्टिकोण जटिल एल्गोरिदम को एक या अधिक मॉड्यूल में विभाजित करके शुरू होता है।

20. File the last element of list in Python? Assume 'bikes' is the name of list.

पायथन में सूची का अंतिम तत्व फ़ाइल करें? मान लें कि 'बाइक' सूची का नाम है।