Python L29 Snake Game

Python L29 Snake Game

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

It's Quizizz Tym for EdM 309

It's Quizizz Tym for EdM 309

5th Grade - Professional Development

15 Qs

Python Quiz

Python Quiz

8th Grade

15 Qs

Python L31

Python L31

6th - 8th Grade

10 Qs

Python L26 Color Tuple & Hirst Drawing

Python L26 Color Tuple & Hirst Drawing

6th - 8th Grade

14 Qs

Lesson 4 Quiz

Lesson 4 Quiz

4th - 8th Grade

8 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Python L29 Snake Game

Python L29 Snake Game

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Future Teacher

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does .penup() do in the snake game?

Speeds up the turtle

Stops the turtle from drawing

Moves the turtle backward

Changes the color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is .tracer(0) used in animation?

To freeze the screen permanently

To slow down the turtle

To allow manual control of screen updates

To increase loop speed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code do?

Adds a new segment

Moves the tail

Moves the snake’s head forward

Rotates all segments

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s.listen() is required before setting onkey().

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The loop for num in range(len(all_body)-1, 0, -1): moves the head forward first.

True

False

6.

MATCH QUESTION

1 min • 1 pt

Match the turtle command to its purpose:

.forward(20)

Moves turtle ahead by 20 pixels

.goto(x, y)

Moves turtle to specific coordinates

.penup()

Moves turtle without drawing

7.

CLASSIFICATION QUESTION

3 mins • 1 pt

Categorize each item into the correct group:

Groups:

(a) [Screen Setup]

,

(b) [Snake Movement]

Media Image
Media Image
Media Image

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?