The data type used in movement commands to determine how far a sprite moves.
What is an integer, float, or integer/float variable?
Orange
What is a variable?
The word to the left of the equals sign that identifies a specific variable
What is a variable name?
A whole number.
What is an Integer?
This data type stores a value
What is a variable?
Blue
What are integers and floats?
A variable that stores the input that a user enters in an .ask() command
What is an input variable?
Displays the value stored inside a variable
What is a variable display?
A set of commands that runs for a specific number of times
What is a for loop?
A number that has a decimal or a fraction.
What is a float?
Green
What are strings?
the string used in a sprite/stage command to get a specific image from the Codesters library
What is an image label?
combining two strings and/or variables with a + sign
What is concatenation?
Type of error where the program runs, but does not produce the desired result.
What is a logic error?
The data type used to display specific text in a say command.
What is a string?
Grey
What is comment code?
The process of converting the data type of a variable or value from one type to another
What is casting?
the ______ sets the amount of times the loop runs
What is the range
Something that occurs only when a specific action occurs. (A key stroke or mouse click for example)
What is an event?
The type of error that prevents the program from running.
What is a syntax error?
White
What is dot notation?
to decrease the value of something by a set amount
What is a Decrement?
Information given to a command that indicates how it should be done
What is an argument?