page-banner
Python M3-R5.1 MCQs SET-3
Q21.
निम्नलिखित का आउटपुट क्या है?<break-line><break-line>What is the output of the following?<break-line><break-line><pre><code>n = 5 while n > 0: n -= 1 if n == 2: continue print(n)</code></pre>
A. 54310
B. 4310
C. 432
D. None of these
View Answer
Q22.
सूड़ो कोड में पदानुक्रम ___ द्वारा दिखाया जा सकता है:<break-line><break-line>Hierarchy in a pseudo-code can be shown by:
A. Curly Braces
B. Round Brackets
C. Indentation
D. Semicolon
View Answer
Q23.
______ के समय सीक्वेंस लॉजिक का उपयोग नहीं नहीं किया जायेगा।<break-line><break-line>The sequence logic will not be used while___________
A. Subtracting two numbers
B. Comparing two data values
C. Providing output to the user
D. Adding two numbers
View Answer
Q24.
किस प्रकार का डेटा है: arr =[(1,1),(2,2),(3,3)]<break-line><break-line>What type of data is : arr =[(1,1),(2,2),(3,3)]
A. List of tuples
B. Tuples of lists
C. Array of tuples
D. Invalid type
View Answer
Q25.
पायथन _________ में लिखा गया है<break-line><break-line>Python is written in_________
A. Java
B. C
C. PHP
D. All of the above
View Answer