Snake Game Coding Quiz

Snake Game Coding Quiz

Assessment

Interactive Video

Computers

6th - 7th Grade

Hard

Created by

Nancy Jackson

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up the snake sprite in Scratch?

Use a triangle sprite with eyes

Import a pre-made snake sprite

Delete the cat sprite and paint a circle sprite

Create a square sprite with an outline

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make the snake move continuously until it touches an edge?

Use a forever loop with a move block

Use a repeat until block with a touching edge condition

Use a glide block to move to a random position

Use a broadcast message to start movement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using clones for the snake's tail?

To create a shadow effect

To make the snake change colors

To make the snake move faster

To simulate the snake's tail growing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make the snake grow longer when it eats food?

Increase the speed of the snake

Add more sprites to the stage

Increase the wait time before deleting clones

Change the snake's costume

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What variable is used to track the snake's length?

Size

Length

Width

Speed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure the food does not appear on the snake's position?

Use a broadcast message to reposition the food

Use a forever loop to move the food

Check the position manually each time

Repeat until the food is not touching the snake

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial value of the length variable?

0.5

1.0

0.2

0.0

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?