Time: 20:00

1. For two object x and y, the expression x is y will yields True, if and only if

दो वस्तुओं x और y के लिए, अभिव्यक्ति x is y सत्य उत्पन्न करेगी, यदि और केवल यदि

2. Which of the following is not an immutable type in Python

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

3. What is the value of the expression 100 / 25?

अभिव्यक्ति 100/25 का मान क्या है?

4. What is the value of the expression 100 // 25?

व्यंजक 100//25 का मान क्या है?

5. In Python, a variable must be declared before it is assigned a value.

पायथन में, एक वेरिएबल को मान निर्दिष्ट करने से पहले उसे घोषित किया जाना चाहिए।

6. In Python, a variable is assigned a value of one type, and then later assigned a value of a different type. This will yield

पायथन में, एक वेरिएबल को एक प्रकार का मान निर्दिष्ट किया जाता है, और फिर बाद में एक अलग प्रकार का मान निर्दिष्ट किया जाता है। इससे पैदावार होगी

7. In a Python a variable may be assigned a value of one type, and then later assigned a value of a different type. This concept is known as

पायथन में एक वेरिएबल को एक प्रकार का मान निर्दिष्ट किया जा सकता है, और फिर बाद में एक अलग प्रकार का मान निर्दिष्ट किया जा सकता है। इस अवधारणा को कहा जाता है

8. It is safe to directly usr the == operator to determine whether objects of type float are equal?

यह निर्धारित करने के लिए कि क्या फ्लोट प्रकार की वस्तुएं समान हैं, == ऑपरेटर को सीधे यूएसआर करना सुरक्षित है?

9. In the Python statement x = a + 5 - b : a and b are

पायथन कथन में x = a + 5 - b : a और b हैं

10. In the Python statement x = a + 5 - b : a + 5 - b is

पायथन कथन में x = a + 5 - b : a + 5 - b है

11. Which of the following operators has the lowest precedence?

निम्नलिखित में से किस ऑपरेटर की प्राथमिकता सबसे कम है?

12. What is the value of expression 10 + 3 ** 3 * 2?

अभिव्यक्ति 10 + 3 ** 3 * 2 का मान क्या है?

13. To increase the value of x five times using an augmented assignment operator, the correct expression will be

संवर्धित असाइनमेंट ऑपरेटर का उपयोग करके x का मान पांच गुना बढ़ाने के लिए, सही अभिव्यक्ति होगी

14. What will be the result of the expression 10 or 0?

व्यंजक 10 या 0 का परिणाम क्या होगा?

15. What will be the result of the following expression 5 or 10?

निम्नलिखित अभिव्यक्ति 5 या 10 का परिणाम क्या होगा?

16. What will be the result of the following 5 and 10?

निम्नलिखित 5 और 10 का परिणाम क्या होगा?

17. What will be the result of the expression 15 and 10?

व्यंजक 15 और 10 का परिणाम क्या होगा?

18. What will be the result of the following expression 10 or 0?

निम्नलिखित अभिव्यक्ति 10 या 0 का परिणाम क्या होगा?

19. In a Python program, a control structure:

पायथन प्रोग्राम में, एक नियंत्रण संरचना:

20. An empty/null statement in Python is

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