WorksheetsCode Unit 3 Vocab
Total questions: 15
Worksheet time: 8mins
What is the term for finding and fixing problems in code?
parameter
Sprite
debugging
animation
What is a single image within an animation?
bug
frame
program
animation
What is an extra piece of information passed to a function to customize it for a specific need?
variable
property
bug
parameter
What is an error in a program that prevents the program from running as expected?
bug
Sprite
animation
frame rate
What is a label for a piece of information used in a program?
bug
frame
variable
animation
What is the rate at which frames in an animation are shown?
frame
bug
debugging
frame rate
What is an algorithm that has been coded into something that can be run by a machine?
program
bug
animation
frame
What is a character on the screen with properties that describe its location, movement, and look?
animation
program
Sprite
bug
What is a label for a characteristic of a sprite, such as its location and appearance?
bug
frame
Sprite
property
What is a series of images that create the illusion of motion by being shown rapidly one after the other?
animation
property
variable
parameter
What does = mean in coding?
equals
gets the value
holds
means
What is the size of the grid used in coding?
100x100
500x1000
400x200
400x400
How many spaces does each block on a grid in coding represent?
25
50
100
400
Which of the following is not a rule for adding a variable name?
can't start with a number
must have a number in the name
can't be any spaces in the name
spelling must be the same for parameters
What happens when you use a random number block in the w parameter?
the width will be different every time
x-coordinate will change
y-coordinate will change
the height will be different every time
