Python - Debugging Quiz

Python - Debugging Quiz

1st - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Python Basics Quiz for KS3

Python Basics Quiz for KS3

11th Grade - University

9 Qs

[Python OOP] Inheritance, special function

[Python OOP] Inheritance, special function

12th Grade

7 Qs

Error Finding

Error Finding

12th Grade

10 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

Python Quiz on functions

Python Quiz on functions

6th - 8th Grade

9 Qs

22-23: APCSP Unit 4.4 Variables

22-23: APCSP Unit 4.4 Variables

9th - 12th Grade

8 Qs

Sequence, selection and variables

Sequence, selection and variables

6th Grade

8 Qs

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

Python - Debugging Quiz

Python - Debugging Quiz

Assessment

Quiz

Computers

1st - 12th Grade

Medium

Created by

Amy Beckett

Used 35+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Who coined the phrase debugging?

Alan Turing

Ada Lovelace

Charles Babbage

Admiral Grace Hopper

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What colour should string be?

"Hello Word"

Green

Blue

Purple

Orange

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to name a variable?

my name

MYNAME

my____Name

myName

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Find the Error within this code snippet

Missing Bracket

Missing Speech Mark

Capital Letters for Function Name

Spelling Mistake

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Find the Error within this code snippet

Missing Brackets

Missing Speech Marks

Capital Letters for Function Name

Spelling Mistakes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many errors are in this code snippet?

1

2

3

4