You are on page 1of 2

Key Terms 1

Term
Statement
Boolean Expression

Definition
Instructions that tell a computer what to
do.
An expression that is either true or false.

Condition

Something that must be true in order for


something else to happen.

Loop

The same command repeated multiple


times.

Variable (Local vs Global vs Boolean)

Thread

Boolean: A variable that only takes on a


value of true or false.
Local: A variable that can be used by a
single sprite.
Global: A variable that can be used by all
sprites.
A mini program within a program that
works simultaneously with other
programs.

You might also like