wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Creative Coding Review

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
A category of things, like music, that share the same characteristics and are very similar to each other.
a)
Algorithm
b)
Genre
c)
Computer Program
d)
Loop
2.
A tiny dot that makes up the screen in games and applications.
a)
Pixel
b)
Algorithm
c)
Conditional dot
d)
gigbyte
3.
A repeatable process or set of steps to be followed when solving a problem.
a)
Sprite
b)
Conditional Statement
c)
Algorithm
d)
Variable
4.
An ordered list of steps written in a programming language that follows an algorithm to solve a problem with technology
a)
Computer program
b)
Storyboard
c)
Conditional Statement
d)
Genre
5.
An artistic collection of images or other art forms.
a)
Genre
b)
Collage
c)
Loop
d)
Sprite
6.
Building blocks of a program, such as pictures, sounds, sprites, game boards and more
a)
Storyboard
b)
Functions
c)
Objects
d)
Parameters
7.
Extra details that functions need to carry out a task.
a)
Parameters
b)
Functions
c)
Algorithms
d)
Pixels
8.
Code segments that change objects or tell objects what to do.
a)
Variables
b)
Objects
c)
Sprites
d)
Functions
9.
Creating a plan
a)
Conditional Statements
b)
Storyboarding
c)
Functioning
d)
Parameters
10.
Containers that hold pieces of data/input within a problem
a)
Functions
b)
Variables
c)
Parameters
d)
Glass bowls
11.
Using chance methods that results in different outcomes within a game.
a)
Parameters
b)
If/Then Statements
c)
Randomization
d)
Sprites
12.
Something that happens outside of the program execution that causes the program to respond.
a)
Variable
b)
Boolean operator
c)
Loop
d)
Event
13.
Code that evaluates some value and runs only if the result is “true”
a)
Conditional statement
b)
Boolean operator
c)
Event
d)
Parameter
14.
Examples include: AND, OR, NOT
a)
Algorithm
b)
Conditional Statement
c)
Collision
d)
Boolean operator
15.
Repeats a specific set of code for specified number of times.
a)
Loop
b)
Event
c)
Conditional Statement
d)
On Every Frame
16.
What function turns the turtle head upward?
a)
turtle --> forward
b)
turtle --> set heading
c)
turtle --> right turn
d)
turtle --> set xy
17.
What is this an example of?
for 0<= i < 6
a)
Conditional statement
b)
On Every Frame
c)
Loop
d)
Boolean Operator
18.
Which of the following is NOT a variable type we've used?
a)
Picture
b)
String
c)
Parameter
d)
Number
19.
Continually checks to see if a condition exists is an example of:
a)
On Every Frame code
b)
Loop
c)
A splash screen
d)
A moving background
20.
What would the following code likely do?
game->set background scene ("vertical", spacebackground)
a)
Set a background picture
b)
Set a moving backgound
c)
Set gravity to move the hero object
d)
Set a introductory screen that says "Vertical"