Python - Debugging Quiz

Python - Debugging Quiz

1st - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Karel Unit 2 Review

Karel Unit 2 Review

7th - 9th Grade

10 Qs

Functions

Functions

6th - 8th Grade

11 Qs

JavaScript Variables

JavaScript Variables

7th Grade

10 Qs

Python - 3.4.13 - Lists Quiz

Python - 3.4.13 - Lists Quiz

12th Grade

8 Qs

Python

Python

7th Grade

10 Qs

Ozaria Chapter 2

Ozaria Chapter 2

6th - 8th Grade

11 Qs

Y6 - Programming A - Variables in games

Y6 - Programming A - Variables in games

6th Grade - University

10 Qs

Homework 2- Python Data Types

Homework 2- Python Data Types

8th 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