Python L24 Debugging Skill

Python L24 Debugging Skill

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python

Python

7th - 8th Grade

13 Qs

PYTHON "If" Statement

PYTHON "If" Statement

6th Grade

11 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?