Font size
WorksheetsConstruct 3 Quiz - Game Development
Total questions: 10
Worksheet time: 5mins
Which programming element is used by a game program to track and display score information?
Prototype
Functions
Variables
Events
Which member of the game design team writes the dialog for the characters, and develops the animation and scenarios that occur during game play?
IT specialist
Game Designer
Sound Engineer
Programmer
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?
Add length and width
Subtract length and width
Multiply length and width
Divide length and width
Which of the following is an example of a selection structure?
for
while
for each
if - then - else
Odd man out.
Sprite
Touch
Text
Turret
Pick up the behaviours.
Car
Tiled Background
Sprite
Turret
When creating an animated sprite, which coordinate(s) will indicate the sprite's current position on the stage?
X coordinate
Y coordinate
X and Y coordinate
z coordinate
What should a game programmer do to ensure that a game is able to execute as quickly as possible?
Create the most efficient algorithms
Increase the number of people on the game design team
Decrease the number of characters and actions used
Revise the problem to be solved
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?
Test and refine the solution.
Identify and understand the problem.
Execute the solution.
Brainstorm a plan to solve the problem.
What is the object to see the keys pressed?
Mouse
Keyboard
Touch
Input
