Python - Debugging Quiz

Python - Debugging Quiz

1st - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Y8 Python with Turing Lab Lesson 6

Y8 Python with Turing Lab Lesson 6

7th Grade

10 Qs

Python Testing

Python Testing

9th - 12th Grade

10 Qs

Coding Test

Coding Test

3rd Grade

10 Qs

Python Lists

Python Lists

8th - 9th Grade

10 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

Python Basics

Python Basics

12th Grade - University

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