page-banner
Python M3-R5.1 MCQs SET-15
Q16.
डिक्शनरी में है:<break-line><break-line>Dictionary has:
A. Sequence value pair
B. Key value pair
C. Tuple value pair
D. Record value pair
View Answer
Q17.
Set के बारे में इनमें से कौन सा सत्य नहीं है?<break-line><break-line>Which of these about a set is not true?
A. Mutable data type
B. Does not allow duplicate values
C. Data type with unordered values
D. Immutable data type
View Answer
Q18.
for i in range (-5,0,1) चलेगा<break-line><break-line>for i in range (-5,0,1) will run
A. 4 times
B. 5 times
C. 6 times
D. 3 time
View Answer
Q19.
कौन सा सच नहीं है:<break-line><break-line>Which is not true:
A. a,b,c=5,4,3
B. x=[10,5,4,6]
C. d={}
D. 5=a
View Answer
Q20.
निम्नलिखित में से किस फ़ंक्शन का उपयोग एक numpy array में तत्वों की कुल संख्या का पता लगाने के लिए किया जाता है<break-line><break-line>Which of the following function is used to find the total number of elements in a numpy array
A. type
B. ndims
C. size
D. shape
View Answer