Decreases the value by 1
What is Decrement?
Increases the value by 1
What is an Increment?
An error in the program
What is a Bug?
The language that people speak naturally
What is Natural Language?
Information on the program intended for programmers, but doesn't affect the program
What is Comment?
A class that has numbers of positive and negative whole number values
What is an Integer?
The process of finding the problem, then solving the problem with a solution.
What is Problem Solving?
A class of negative and positive decimals numbers
What is a Float
A class that has a string of characters
What is a String?
A set of words that you can use as names for variables
What is a Keyword?
The structure of a program
What is syntax?
An interactive environment that has step by step execution of a Python program for the user.
What is codelens?
Processes that the program does for you
What is Object?
An error in the program that does something different than it was programmed to do.
What is Semantic error?
To examine a program and analyze the syntactic structure/ the code.
What is Parse?
Set the variable to a value with the class, in order to make the variable work.
What is Initialization of a variable?
Symbols that represent a compilation of a value
What is Operator?
"=" is it & it sets variables equal to the code that is on the right of the =
What is Assignment Token?
A statement that changes the value of the variable by the previous value of the variable
What is Assignment Statement?
The output of the compiler after it translates the code of the program
What is object code?