Two Step
The Floss
The Moon Walk
The Twist
TAKE THE L
100

Decreases the value by 1

What is Decrement?

100

Increases the value by 1

What is an Increment?

100

 An error in the program

What is a Bug?

100

The language that people speak naturally

What is Natural Language?

100

Information on the program intended for programmers, but doesn't affect the program

What is Comment?

200

A class that has numbers of positive and negative whole number values

What is an Integer?

200

The process of finding the problem, then solving the problem with a solution.

What is Problem Solving?

200

A class of negative and positive decimals numbers

What is a Float

200

A class that has a string of characters

What is a String?

200

A set of words that you can use as names for variables

What is a Keyword?

300

The structure of a program

What is syntax?

300

An interactive environment that has step by step execution of a Python program for the user. 

What is codelens?

300

Processes that the program does for you

What is Object?

300

An error in the program that does something different than it was programmed to do.

What is Semantic error?

300

To examine a program and analyze the syntactic structure/ the code.

What is Parse?

400

Set the variable to a value with the class, in order to make the variable work.

What is Initialization of a variable?

400

Symbols that represent a compilation of a value

What is Operator?

400

"=" is it & it sets variables equal to the code that is on the right of the =

What is Assignment Token?

400

A statement that changes the value of the variable by the previous value of the variable

What is Assignment Statement?

400

The output of the compiler after it translates the code of the program

What is object code?

M
e
n
u