Vocabulary
Vocabulary 2
Development Process
Questions
100

To identify errors or bugs in computer hardware or programs and fix them.

What is Debugging?

100

The smallest unit of data storage that a program can use.

What is Variable?

100

The first step in the development process.

What is Investigate an Idea?

100

int()

What is Integer?

200

A style of writing file names that avoids spaces and other characters and differentiates words based on capitalization.

What is camelCase?

200

The value a computer returns after completing a function.

What is Return Value?

200

The second step in the development process.

What is Plan?

200

str()

What is String?

300

A style of writing where the underscore character (_) is substituted for spaces and everything is lowercase.

What is underscore_case?

300

According to the rules of syntax.

What is Syntactically?

300

The third step in the development process.

What is design?
300

bool()

What is Boolean?

400

The set of rules that defines the combinations of symbols that are considered to be correctly structured in that language.

What is Syntax?

400

The values that a program provides to a function or subroutine.

What is Argument?

400

What is the fourth step of the development process.

What is Create and Test?

400

float()

What is float?

500

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?

500

An operator that compares values.

What is Equality Operator?

500

What is the fifth step of the development process.

What is Evaluate the Solution?

500

==, !=, >, >=, <, <=

What is Relational?