Python Exception

Python Exception

University

15 Qs

quiz-placeholder

Similar activities

Python List

Python List

4th Grade - University

15 Qs

Determining System Requirements

Determining System Requirements

University

11 Qs

Python MCQ

Python MCQ

University

20 Qs

WML & WAP

WML & WAP

University

20 Qs

INTO Artificial Intelligence

INTO Artificial Intelligence

University - Professional Development

10 Qs

T02: Python - The Basics

T02: Python - The Basics

University

10 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python Exception

Python Exception

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

RAJKUMAR. K Chennai

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The unexpected event happened during program execution should be handled by

EXCEPTION

EXPERIMENT

ASSERTION

EXTRAORDINARY

2.

MULTIPLE CHOICE QUESTION

30 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

30 sec • 1 pt

Exception disrupts the

Abnornal flow of the program

Hard Disk

Normal flow of the program

None of the Above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The suspicious code is put inside the

Try Block

Finally Block

ELse Block

Except Block

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________ statement can also be used without specifying Exception.

Try

Finally

Except

Else

6.

MULTIPLE CHOICE QUESTION

30 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

30 sec • 1 pt

An exception can be manually triggered by the command

try

raise

except

trigger

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers