python MCQ

Quiz
•
Professional Development
•
Professional Development
•
Hard
Assistant Chennai
Used 11+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of following code?
def func(n):
if(n==1):
return 1;
else:
return(n+func(n-1))
print(func(4))
A - 12
B - 10
C - 9
D - 11
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
guess the output?
def main():
try:
func()
print(''print this after function call'')
except ZeroDivisionError:
print('Divided By Zero! Not Possible! ')
except:
print('Its an Exception!')
def func():
print(1/0)
main()
‘Its an Exception!’
'Divided By Zero! Not possible!’
‘print this after function call’ followed by ‘Divided By Zero! Not Possible!’
‘print this after function call’ followed by ‘Its an Exception!’
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
predict the output?
count = 1
def doThis():
global count
for i in (1, 2, 3):
count += 1
doThis()
print (count)
4
5
3
2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of following code?
sum = 0
for i in range(12,2,-2):
sum+=i
print sum
41
39
40
42
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times are the following loops executed?
i=100
while(i<=200):
print i
i+=20
20
5
6
7
Similar Resources on Wayground
10 questions
Python Test 3A

Quiz
•
Professional Development
10 questions
Functions

Quiz
•
Professional Development
10 questions
PU - Day 1 assessments - Sivaram's class

Quiz
•
Professional Development
9 questions
Quiz - 2

Quiz
•
Professional Development
10 questions
Day17_Quiz_NBKR

Quiz
•
Professional Development
10 questions
Day-2 IOAC - ML Python Assessment_5th-Feb-2023

Quiz
•
Professional Development
6 questions
Quiz on Sample Code - JavaScript

Quiz
•
Professional Development
10 questions
Aura Deployment Part 2

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade