Font size
WorksheetsVideo Game Design/Programing 3rd SWT Review
Total questions: 70
Worksheet time: 41mins
A part of the program that does not work correctly.
Bug
Break
Loop
What is a list of steps that you can follow to finish a task?
Code
Program
Algorithm
Predict what will show up on console.log
true true true
true false false
false false false
true false true
A student wants to make a sprite appear. The students begins with "var sprite = createSprite(200,300)". What is the next step?
Add a "drawSprites" command
Add a "sprite.setAnimation" command
Add a "sprite.x" command
Add a "sprite.y" command
Which command is necessary to make a sprite move across the screen from right to left?
if then
sprite.x = sprite.x + 2 ;
sprite.x = sprite.x - 2 ;
sprite.y = sprite.y + 2 ;
Match the block code to the correct description.
a plane moves up and a jet moves across the screen
a blue sky and two planes are made without motion
a plane moves across and a jet moves up
The plane and the jet move together across the screen
Based on this code, where will the fly appear at the start of the code?
Top left
Top right
Bottom left
Bottom right
Based on this code, in which direction will the fly be moving?
From up to down
From down to up
From left to right
From right to left
Which code will make the sprite rotate in a circle clockwise?
sprite.rotation
sprite.rotation = sprite.rotation - 2
sprite.rotate = rotate +2
sprite.rotation = sprite.rotation + 2
If you write a command that can be answered true or false, it is known as a
boolean phrase
conditional statement
an if/then statement
an and/or statement
Which of the following is a boolean phrase ? (mark all correct answers)
The text command for a loop function is function draw ( ) { }
TRUE
FALSE
Which block would fill the shape with a color of your choice?
rect
ellipse
arc
fill
Based on line 1 what wil that part of the code do?
make a sky blue background
make a white background
make a drum set
make a eighth note
Based on line 3 what wil that part of the code do?
make a sky blue background
make a white background
make a drum set
make a eighth note
True or False: You can upload your own sprites in Code.org.
True
False
Based on line 13 what wil that part of the code do?
make a sky blue background
make a white background
make a drum set
make a eighth note
Based on line 11 what wil that part of the code do?
make a sky blue background
rotate the sprite
make a drum set
make a eighth note
True or False: To move left on the x axis I need to use a subtraction operation in my code.
True
False
Which block would give me an arc (half circle) shape?
rect
ellipse
arc
fill
Which sprite property would you change to make the sprite turn in a circle?
spirte.x
sprite.y
sprite.rotation
sprite.spin
Which block is the draw loop?
Which block is the modifes the pig sprite?
Which block is the modifes the cow sprite?
Which block is draws the sprites?
In a flowchart, what shape is typically used to represent an input/output?
diamond
rectangle
paraellogram
oval
What will the block named counter = counter + 1 do?
Changes the frame rate of the program each time the loop is run
changes the varible x to be x - 1 each time the loop is run
changes the varible counter to cuase the counter to go up by one each time the loop is run
changes the varible x to be x + 1 each time the loop is run
What does this sample code do?
changes the varible x to be x + 1
changes the varible x to be x - 1
changes the varible x to be x * 1
changes the varible x to be x / 1
What does this sample code do?
changes movement speed
changes the frame rate
changes all the variables
changes the sprites
What color will be displayed?
Red
Green
Blue
Yellow
Which of these is the correct way to use a draw loop?
What will be displayed by this code?
Nothing
A tree
A tree and a rectangle
A rectangle
What will be displayed by this code?
Nothing
A white background
A yellow background
Blue text on a white background
Blue text on a yellow background
When a gaming company has finished a creating a game, they prepare it for _______________. This is the process of sharing and delivering video games.
Marketing
Distribution
Operating Systems
Software
When a video game maker makes commercials on TV and in magazines to promote or sell a game, this is called ______________ .
Distribution
Processing
Marketing
Dialog
In a game when characters are having a conversation, this is called ______________ between the two.
Story or Plot
Dialog
Concept
Cloud
The menus in the game that allow the player to start new games, save, and change options is called the _______________.
User Interface
Game Design Document
Forward Compatibility
Secondary Memory
The game background and scenery is called the ________________.
User Interface
Environment
Story or Plot
Cloud
Video game designers start to create rough drafts of game characters or environments, they usually call it a __________. This means it's not a finished product, but a general idea of what it will be.
Primary Memory
Concept
Software
User Interface
The information that describes every part of a game's design from start to finish is called the ________________ .
Concept
Primary Memory
Game Design Document
Distribution
When video game systems or computers are planned and prepared to be upgraded to handle future versions of games, this is called ________________ .
Backward Compatibility
Forward Compatibility
Concept
Marketing
When a current gaming system can play games or use gaming hardware from an older system, this is called _______________ .
Backward Compatibility
Forward Compatibility
Software
Distribution
_______________ are a way in which information and organization of data is stored in a computer.
Folders
Secondary Memory
File Formats
Input Device
Different types of programs a gamer or game designer will use to create and interact with applications are called _____________ .
Game Design Document
Software
Arithmetic Logical Unit
Virtual Reality
The first software that loads when you turn on a computer or game machine is called the _____________ . It allows other software to communicate with the hardware.
Operating System
Primary Memory
Secondary Memory
Cloud
Multiplayer servers that create a network of software and services used to run various games through the internet is called a(n) _______________ .
Concept
Operating System
Cloud
Dialog
GDD
Gaming Done Doc
Good Document Design
Game Design Document
Game Design Deadline
NPC
Non- Playing Champion
Non-Player Character
No Personal Computer
Non-Player Computer
GUI
Graphical Unit Industry
Graphical User Interface
Get Users Integrated
Gaming Union Influencers
How are the genre, story, game mechanics, characters, audio, and algorithms detailed?
The game is created, and then these things are described
A coder decides what will work and what will not.
A script writer writes the details
In a game-design document.
Audio, graphics, video, and text are examples of what?
game elements
assets
game balancing
characters
The ______ is the overall main document that describes the plan for the entire game.
game-elements document
game-mechanics document
game- design document
game-balancing document
This is a diagram that shows a process, system, or computer algorithm
Procedure
Process
Flowchart
Pseudocode
This symbol represents the start points, end points of a code
Process Symbol
Document Symbol
Decision Symbol
Start/End Symbol
This symbol indicates a question to be answered
Process symbol
Terminator symbol
Decision symbol
Document symbol
In a flowchart, this shape represents a process, action, or function
Process symbol
Decision symbol
Start/End symbol
Input/output symbol
In a flowchart, this shape represents a process, action, or function
Process symbol
Decision symbol
Start/End symbol
Input/output symbol
This is another name for the start/end symbol
Initial Symbol
Terminator Symbol
Programming Symbol
Pseudo Symbol
What symbol is shown here
Process
Decision
Terminator
Input/Output
What symbol is shown here
Process
Decision
Terminator
Input/Output
What symbol is shown here
Process
Decision
Terminator
Input/Output
What symbol is shown here
Process
Decision
Terminator
Input/Output
What is missing in this code block?
x
y
width
height
What is the width of the rectangle?
30
50
100
150
The position of an object on a grid is represented by __ and __ coordinates.
x and y
w and h
x and w
h and y
What code will allow you to add color to an object?
shade
color
fill
fill in
What will most likely be displayed by this code?
pig
rectangle
bear
circle
Will this code draw an ellipse that is fully visible on the screen?
Always
Sometimes
Never
What is the possible range of values for x?
100 to 200
100 to 250
150 to 250
150 to 200
