Time: 20:00

1. What is use of seek() method in files?

फाइलों में सीक () विधि का क्या उपयोग है?

2. What is unpicking?

अनपिकिंग क्या है?

3. _____method converts all uppercase characters to lowercase and vice versa of the given string, and returns it.

_____विधि दी गई स्ट्रिंग के सभी अपरकेस वर्णों को लोअरकेस और इसके विपरीत में परिवर्तित करती है, और इसे वापस कर देती है।

4. ndarray is also known as the____array.

ndarray को ____array के नाम से भी जाना जाता है।

5. ____is used to close a file object(fp).

____ का उपयोग फ़ाइल ऑब्जेक्ट (fp) को बंद करने के लिए किया जाता है।

6. _____reads one entire line from the file.

_____फ़ाइल से एक पूरी पंक्ति पढ़ता है।

7. filter() is used to

फ़िल्टर() का उपयोग किया जाता है

8. Which of the following python in-built function is used to remove all the leading and trailing spaces from a string.

निम्नलिखित में से किस पायथन इन-बिल्ट फ़ंक्शन का उपयोग एक स्ट्रिंग से सभी अग्रणी और अनुगामी रिक्त स्थान को हटाने के लिए किया जाता है।

9. All keywords in python are in ______.

पायथन में सभी कीवर्ड ______ में हैं।

10. Which of the following python function converts a string to a list.

निम्नलिखित में से कौन सा पायथन फ़ंक्शन एक स्ट्रिंग को एक सूची में परिवर्तित करता है।

11. _____an explicit set of step by step specific instructions that solve a problem with an end or a solution

_____चरण-दर-चरण विशिष्ट निर्देशों का एक स्पष्ट सेट जो किसी समस्या को अंत या समाधान के साथ हल करता है

12. Which function is used to converts and returns the binary equivalent string of a given integer.

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

13. Which of the following functions take iterables( can be zero or more), makes iterator that aggregates elements based on the iterables passed, and returns an iterator of tuples.

निम्नलिखित में से कौन सा फ़ंक्शन पुनरावर्तनीय लेता है (शून्य या अधिक हो सकता है), पुनरावर्तक बनाता है जो पारित पुनरावर्तनीय के आधार पर तत्वों को एकत्रित करता है, और टुपल्स का पुनरावर्तक लौटाता है।

14. Which in-built function is used to takes an iterable object as input and makes them immutable.

किस इन-बिल्ट फ़ंक्शन का उपयोग पुनरावर्तनीय ऑब्जेक्ट को इनपुट के रूप में लेने और उन्हें अपरिवर्तनीय बनाने के लिए किया जाता है।

15. Which of the following function convert a scequence of tuples to dictionary in Python?

निम्नलिखित में से कौन सा फ़ंक्शन पायथन में टुपल्स के अनुक्रम को शब्दकोश में परिवर्तित करता है?

16. Which of the following operator in python evalutes to true if the variable on either side of the operator point to the same object and false otherwise?

यदि ऑपरेटर के दोनों तरफ का वेरिएबल एक ही ऑब्जेक्ट को इंगित करता है तो पायथन में निम्नलिखित में से कौन सा ऑपरेटर सत्य का मूल्यांकन करता है और अन्यथा गलत?

17. ____function convert an integer to octal string in python.

____फ़ंक्शन पायथन में एक पूर्णांक को ऑक्टल स्ट्रिंग में परिवर्तित करता है।

18. ____function of dictionary gets all the values from the dictionary.

शब्दकोश का ____कार्य शब्दकोश से सभी मान प्राप्त करता है।

19. The expression_____implies that the variable x is converted to integer.

अभिव्यक्ति_____ का तात्पर्य है कि चर x पूर्णांक में परिवर्तित हो गया है।

20. In computer science, refers to a special method usable by a computer for the solution to a problem.

कंप्यूटर विज्ञान में, किसी समस्या के समाधान के लिए कंप्यूटर द्वारा प्रयोग की जाने वाली एक विशेष विधि को संदर्भित किया जाता है।