Error Handling

Error Handling

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

9th - 12th Grade

15 Qs

คำศัพท์ภาษาไพทอน Test 10 ข้อ

คำศัพท์ภาษาไพทอน Test 10 ข้อ

9th - 12th Grade

10 Qs

Python File Handling Quiz

Python File Handling Quiz

12th Grade

13 Qs

PCEP Section 4D: Basics of Python Exception Handling

PCEP Section 4D: Basics of Python Exception Handling

12th Grade

15 Qs

Python Basics Test

Python Basics Test

12th Grade

10 Qs

Technical Terms - Internet (A-Z) - 403 Error

Technical Terms - Internet (A-Z) - 403 Error

12th Grade

10 Qs

cs1300-F17-Week8

cs1300-F17-Week8

12th Grade - University

15 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Error Handling

Error Handling

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Jeremiah Encluna

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It involves anticipating and managing errors or exceptions that may occur during program execution.

File Handling

Error Handling

try:

except:

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Occurs when a variable or function name is not found.

TypeError

NameError

FileNotFoundError

IndexError

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Arises when an operation is performed on an inappropriate data type.

TypeError

NameError

FileNotFoundError

IndexError

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Raised when attempting to open a file that does not exist.

FileNotFoundError

TypeError

ZeroDivisionError

IndexError

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Occurs when accessing an invalid index in a sequence.

TypeError

NameError

FileNotFoundError

IndexError

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Happens when dividing a number by zero.

ZeroDivisionError

IndexError

NameError

TypeError

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What are the two keywords used in Error Handling?

try: except:

try: else:

If: else:

try: finally:

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?