To identify errors or bugs in computer hardware or programs and fix them.
What is Debugging?
The smallest unit of data storage that a program can use.
What is Variable?
The first step in the development process.
What is Investigate an Idea?
int()
What is Integer?
A style of writing file names that avoids spaces and other characters and differentiates words based on capitalization.
What is camelCase?
The value a computer returns after completing a function.
What is Return Value?
The second step in the development process.
What is Plan?
str()
What is String?
A style of writing where the underscore character (_) is substituted for spaces and everything is lowercase.
What is underscore_case?
According to the rules of syntax.
What is Syntactically?
The third step in the development process.
bool()
What is Boolean?
The set of rules that defines the combinations of symbols that are considered to be correctly structured in that language.
What is Syntax?
The values that a program provides to a function or subroutine.
What is Argument?
What is the fourth step of the development process.
What is Create and Test?
float()
What is float?
A symbol in code that assigns values from the right side of an equation (called an operand) to what is on the left side of the equation.
What is Assignment Operator?
An operator that compares values.
What is Equality Operator?
What is the fifth step of the development process.
What is Evaluate the Solution?
==, !=, >, >=, <, <=
What is Relational?