The unexpected event happened during program execution should be handled by
EXCEPTION HANDLING IN PYTHON

Quiz
•
Computers
•
University
•
Hard
M.NIRMALA MCA
Used 113+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
EXCEPTION
EXPERIMENT
ASSERTION
EXTRAORDINARY
2.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
try:
a=int(input("\n Enter a Value"))
b=int(input("\n Enter a Value "))
c=a/b
print (c)
except:
print("\n Something Went Wrong")
Assume a = 10 and b = 5, then the output will be
5.0
Something Went Wrong
Arithmetic Error
2.0
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Exception disrupts the
Normal flow of the program
Abnornal flow of the program
Hard Disk
None of the Above
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The suspicious code is put inside the
Try Block
Finally Block
Else Block
Except Block
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
________ statement can also be used without specifying Exception.
Try
Finally
Except
Else
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
try:
a=10/5
print (a)
except ArithmeticError:
print ("This statement is raising an exception" )
finally:
print (" final block executed " )
2.0
final block executed
This statement is raising an exception
final block executed
final block executed
2.0
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
An exception can be manually triggered by the command
raise
try
except
trigger
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Python Quiz - BPLCK105B

Quiz
•
University
25 questions
PYTHON CONTERST 3

Quiz
•
University
20 questions
Exception Handling C++

Quiz
•
University
20 questions
Geeks for Geeks PCCOER Info Session CP Quiz

Quiz
•
University
20 questions
UNIT 1 PYTHON

Quiz
•
University
20 questions
Grade 7 Python Programming Quiz

Quiz
•
7th Grade - University
20 questions
FOP - CHAPTER 4

Quiz
•
University
20 questions
[Python For All] Quiz 2 - Rewind.py

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade