Python L24 Debugging Skill

Python L24 Debugging Skill

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Loops

Loops

5th - 12th Grade

16 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python L24 Debugging Skill

Python L24 Debugging Skill

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Future Teacher

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the main issue in the following code?

Missing colon

Wrong function name

Indentation error

Syntax error due to print

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this print?

Looping!
Looping!
Looping!

i

i

i

Looping!

Looping!

Looping!

Looping!

Looping!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using == assigns a value to a variable in Python.

True

False

Answer explanation

= is to assign variable

== is for comparison

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the correct code without bugs.

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What’s the bug?

Missing quotation mark

Missing closing parenthesis )

Variable not defined

Variable not defined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's wrong here?

range(5) is not valid

Missing colon : after for

Incorrect indentation

Wrong loop type

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What error will this cause?

SyntaxError

ValueError

IndexError

TypeError

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?