page-banner
Python M3-R5.1 MCQs SET-11
Q16.
>>> float('12.6') का आउटपुट क्या है<break-line><break-line>What is the output of >>> float('12.6')
A. 12.6
B. '12.6'
C. 12
D. syntax error
View Answer
Q17.
निम्नलिखित का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following?<pre><code>import numpy as np print(np.maximum([2, 3, 4], [1, 5, 2]))</code></pre>
A. [1 5 2]
B. [1 5 4]
C. [2 3 4]
D. [2 5 4]
View Answer
Q18.
“from …. import ……” इम्पोर्ट फॉर्म के बारे में कौन सा असत्य है?<break-line><break-line>Which of the following is false about “from …. import ……” form of import?
A. The syntax is: from modulename import identifier
B. This form of import does not import anything
C. The namespace of imported module becomes part of importing module
D. The identifiers in module are accessed directly as: identifier
View Answer
Q19.
बाइनरी फॉर्मेट में डेटा लिखने के लिए उपयोग किया जाने वाला एक फंक्शन:<break-line><break-line>A function used for writing data in the binary format :
A. write
B. output
C. send
D. dump
View Answer
Q20.
फ्लोचार्ट के स्टार्ट और स्टॉप को दर्शाने के लिए किस प्रतीक का प्रयोग किया जाता है?<break-line><break-line>What is the symbol used to represent start and stop of a flowchart ?
A. oval
B. rectangle
C. arrow
D. diamond
View Answer