Year 7 Python Game Reflection Quiz

Year 7 Python Game Reflection Quiz

7th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

Parts of the violin/viola/cello/bass and bow

Parts of the violin/viola/cello/bass and bow

KG - 8th Grade

24 Qs

Key Signature

Key Signature

6th - 8th Grade

21 Qs

DANCE EDUCATION - HEALTH AND NUTRITION

DANCE EDUCATION - HEALTH AND NUTRITION

10th - 12th Grade

21 Qs

Drama Quiz Prep

Drama Quiz Prep

6th - 8th Grade

21 Qs

Bandlab

Bandlab

10th Grade

22 Qs

Orchestra Terms

Orchestra Terms

6th - 8th Grade

24 Qs

Wednesday - October 20

Wednesday - October 20

6th - 7th Grade

21 Qs

World Drumming 8

World Drumming 8

8th Grade

24 Qs

Year 7 Python Game Reflection Quiz

Year 7 Python Game Reflection Quiz

Assessment

Quiz

Performing Arts

7th - 12th Grade

Medium

Created by

David Gill

Used 1+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python used for?

Drawing shapes

Storing information

Printing to the screen

Making your game faster

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does this loop do? for i in range(5): print(i)

Loops forever

Prints numbers 1–5

Prints numbers 0–4

Creates a new variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of these is a conditional statement?

while True:

for i in range(10):

if score > 100:

print(score)

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What happens if you forget a colon (:) in a Python if statement?

The code will run

You get a syntax error

It prints nothing

The if statement is skipped

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which function would you use to get a random number?

random()

choice.random()

random.randint()

number.random()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these could cause your game to crash?

Too many spaces

A syntax error

Using variables

Having comments

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What’s the best way to fix an error?

Ignore it

Ask someone else to code it

Read the error message and trace the problem

Restart your computer

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?