Python Exception Handling

Python Exception Handling

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python: обробка винятків try-except

Python: обробка винятків try-except

9th - 12th Grade

11 Qs

Python Testing

Python Testing

9th - 12th Grade

10 Qs

Unit 6 Review

Unit 6 Review

9th - 12th Grade

11 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Functions and Exceptions

Functions and Exceptions

10th - 12th Grade

15 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python Debugging

Python Debugging

9th - 12th Grade

8 Qs

Computer Science Python Debuggers

Computer Science Python Debuggers

9th - 12th Grade

8 Qs

Python Exception Handling

Python Exception Handling

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Carol Luce

Used 90+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many except statements can a try-except statement have?

None

One

Two

Multiple

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the finally block executed?

when an exception occurs

when no exception occurs

never

always

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When will the else part of try-except-else be executed?

always

when an exception occurs

when no exception occurs

never

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can one except block handle multiple exceptions?

Yes

No

May be

Insufficient information

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ZeroDivisionError may occur during which operation(s)?

Division

Modulus

Both

None

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are reasons for exceptions to occur? (There is more than one answer!)

Entering invalid input

Doing wrong operation on specific data type

Wrong type arguments passed to built-in function

Incorrect assignment to variables

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the attached python code?

Take the card out of ATM

Value Error Occurred

Done

Take the card out of ATM

Type Error Occurred

Take the card out of ATM

Some Error Occurred

Take the card out of ATM

Withdraw

Done

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?