page-banner
Python M3-R5.1 MCQs SET-18
Q1.
NumPy का मतलब है?<break-line><break-line>NumPy stands for?
A. Number in Python
B. Numerical Python
C. Numbering Python
D. None of the above
View Answer
Q2.
किसी if स्टेटमेंट में वैकल्पिक कंडीशन जोड़ने के लिए आप किस कीवर्ड का उपयोग करेंगे?<break-line><break-line>What keyword would you use to add an alternative condition to an if statement?
A. else if
B. elseif
C. elif
D. None of the above
View Answer
Q3.
जब आप निम्न कोड निष्पादित करते हैं तो क्या त्रुटि होगी?<break-line><break-line>What error will occur when you execute the following code?<pre><code>MANGO = APPLE</code></pre>
A. Name error
B. Syntax error
C. Type error
D. Value error
View Answer
Q4.
Python प्रोग्राम के शुरू से अंत तक एक के बाद एक Statement को Execute करता है। यह है एक<break-line><break-line>Python executes one statement after another from beginning to the end of the program. This is a
A. Selection Construct
B. Sequential Construct
C. Iteration Construct
D. None of the above
View Answer
Q5.
NumPy में परिभाषित सबसे महत्वपूर्ण वस्तु एक N-आयामी सरणी प्रकार है जिसे कहा जाता है?<break-line><break-line>The most important object defined in NumPy is an N-dimensional array type called?
A. narray
B. ndarray
C. nd_array
D. darray
View Answer