Errors in Python

Errors in Python

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Concept of Programming Statements & Logics - II

Concept of Programming Statements & Logics - II

11th Grade

10 Qs

ocr computer science 2.5

ocr computer science 2.5

10th Grade

16 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

GCSE - 2.3 Producing Robust Programs

GCSE - 2.3 Producing Robust Programs

9th - 11th Grade

15 Qs

MODULES,ERROR AND EXCEPTION HANDLING

MODULES,ERROR AND EXCEPTION HANDLING

11th Grade

10 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Errors in Python

Errors in Python

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Gena Howard

Used 137+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Division by zero is an example of what type of error?

Syntax Error

Run-time Error

Semantic Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Improper indentation is an example of what type of error?

Syntax Error

Run-time Error

Semantic Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An infinite loop is an example of what type of error?

Syntax Error

Run-time Error

Semantic Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The wrong use of PEMDAS is an example of what type of error?

Syntax Error

Run-time Error

Semantic Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is an example of what type of error?


print("Here is some text")

print(1/0)

Syntax Error

Run-time Error

Semantic Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is an example of what type of error?


print("Here is some text"

print(6/2)

Syntax Error

Run-time Error

Semantic Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is an example of what type of error?


print(Here is some text")

print(2/2)

Syntax Error

Run-time Error

Semantic Error

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?