Vocab 1
Vocab 2
Data Types by Color
Vocab 3
Vocab 4
100

The data type used in movement commands to determine how far a sprite moves.

What is an integer, float, or integer/float variable?

100

The area where you can see your program run on codesters.com

What is the stage?

100

Orange

What is a variable?

100

The word to the left of the equals sign that identifies a specific variable

What is a variable name? 

100

A whole number.

What is an Integer?

200

The area where you write code on codesters.com

What is the code editor?

200

This data type stores a value

What is a variable?

200

Blue

What are integers and floats?

200

A variable that stores the input that a user enters in an .ask() command

What is an input variable? 

200

Displays the value stored inside a variable

What is a variable display?

300

A set of commands that runs for a specific number of times

What is a for loop?

300

A number that has a decimal or a fraction.

What is a float?

300

Green

What are strings?

300

the string used in a sprite/stage command to get a specific image from the Codesters library

What is an image label?

300

combining two strings and/or variables with a + sign

What is concatenation? 

400

Type of error where the program runs, but does not produce the desired result.

What is a logic error?

400

The data type used to display specific text in a say command.

What is a string?

400

Grey

What is comment code?

400

The process of converting the data type of a variable or value from one type to another

What is casting?

400

the ______ sets the amount of times the loop runs

What is the range

500

Something that occurs only when a specific action  occurs. (A key stroke or mouse click for example)

What is an event?

500

The type of error that prevents the program from running.

What is a syntax error?

500

White

What is dot notation?

500

to decrease the value of something by a set amount

What is a Decrement?

500

Information given to a command that indicates how it should be done

What is an argument? 

M
e
n
u