wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Construct 3 Quiz - Game Development

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which programming element is used by a game program to track and display score information?

a)

Prototype

b)

Functions

c)

Variables

d)

Events

2.

Which member of the game design team writes the dialog for the characters, and develops the animation and scenarios that occur during game play?

a)

IT specialist

b)

Game Designer

c)

Sound Engineer

d)

Programmer

3.

Allison has been asked to create an algorithm that can be used to calculate the area of a rectangle. Review the following algorithm: 

Step 1: Measure the length of the rectangle and store result as length. 

Step 2: Measure the width of the rectangle and store result as width.

Step 3:

Step 4: Display area of the rectangle. 

Which task would Allison's algorithm need to perform in Step 3?

a)

Add length and width

b)

Subtract length and width

c)

Multiply length and width

d)

Divide length and width

4.

Which of the following is an example of a selection structure?

a)

for

b)

while

c)

for each

d)

if - then - else

5.

Odd man out.

a)

Sprite

b)

Touch

c)

Text

d)

Turret

6.

Pick up the behaviours.

a)

Car

b)

Tiled Background

c)

Sprite

d)

Turret

7.

When creating an animated sprite, which coordinate(s) will indicate the sprite's current position on the stage?

a)

X coordinate

b)

Y coordinate

c)

X and Y coordinate

d)

z coordinate

8.

What should a game programmer do to ensure that a game is able to execute as quickly as possible?

a)

Create the most efficient algorithms

b)

Increase the number of people on the game design team

c)

Decrease the number of characters and actions used

d)

Revise the problem to be solved

9.

While testing your game, you discover that the game is not keeping score correctly. What is the first step necessary to correct the score-keeping problem?

a)

Test and refine the solution.

b)

Identify and understand the problem.

c)

Execute the solution.

d)

Brainstorm a plan to solve the problem.

10.

What is the object to see the keys pressed?

a)

Mouse

b)

Keyboard

c)

Touch

d)

Input