EXCEPTION HANDLING IN PYTHON

Quiz
•
Computers
•
University
•
Hard
M.NIRMALA MCA
Used 125+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The unexpected event happened during program execution should be handled by
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 Wayground
20 questions
Removal - Part 2

Quiz
•
University
20 questions
java quiz on exception handling

Quiz
•
University
20 questions
Python Programming Quiz

Quiz
•
9th Grade - University
20 questions
Python Basics 1

Quiz
•
University
21 questions
quiz 2nd/3rd year

Quiz
•
University
20 questions
Python-Lists_Dictionaries

Quiz
•
University
20 questions
What does this icon represent?

Quiz
•
University
21 questions
Ôn tập cuối kì Đông. Python

Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University