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
Building Relationships 2

Quiz
•
University - Professi...
10 questions
Kuis Stock Take & Cycle Count

Quiz
•
Professional Development
8 questions
Entrenamiento LFP F-170, F-570

Quiz
•
Professional Development
10 questions
Quiz I-BENLAC

Quiz
•
Professional Development
10 questions
Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Quiz
•
Professional Development
10 questions
Soal Kelas Enhancing Program SPV

Quiz
•
Professional Development
10 questions
Foundations of Reading

Quiz
•
University - Professi...
10 questions
Introducción al lenguaje Python

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade