Game Development Quiz

Game Development Quiz

Assessment

Interactive Video

Computers

6th - 8th Grade

Hard

Created by

Nancy Jackson

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What issue was identified with the character's direction at the start of the game?

The character was jumping unexpectedly.

The character was invisible.

The character was facing the wrong direction.

The character was not moving.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of creating a variable named 'gravity'?

To change the player's color.

To manage the player's health.

To control the player's speed.

To simulate the effect of gravity on the player.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial value set for the gravity variable?

1

0

10

-0.5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a forever loop used in the context of gravity?

To make the player move faster.

To change the player's direction.

To continuously apply gravity throughout the game.

To stop the player from moving.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the player's position due to gravity in the forever loop?

It changes by a positive value.

It remains constant.

It changes by the gravity variable.

It changes by a random value.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What condition is checked to prevent the player from sinking through the ground?

If the player is moving left.

If the player is touching the ground.

If the player is invisible.

If the player is jumping.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to detect if the player is touching the ground?

Change y block

Point in direction block

Touching color block

Forever loop block

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?