___________________ tasks include any steps you must perform at the beginning of a program to get ready for the rest of the program.
Each programming language has a few reserved _______________…
Each programming language has a few reserved ____________________ that are not allowed as variable names because they are part of the language’s syntax.
Program ___________________ are written explanations that ar…
Program ___________________ are written explanations that are not part of the program logic but that serve as documentation for readers of the program.
A(n) ____ is a named memory location whose value can vary.
A(n) ____ is a named memory location whose value can vary.
Declaring a starting value for a variable is known as ____ t…
Declaring a starting value for a variable is known as ____ the variable.
The ____ is used to represent output in a flowchart.
The ____ is used to represent output in a flowchart.
The ____ is the standard terminal symbol for a flowchart.
The ____ is the standard terminal symbol for a flowchart.
A(n) ____ is similar to a variable, except it can be assigne…
A(n) ____ is similar to a variable, except it can be assigned a value only once.
The process of walking through a program’s logic on paper be…
The process of walking through a program’s logic on paper before you actually write the program is called ____.
Programmers say that variables and constants declared within…
Programmers say that variables and constants declared within a module are ____ only within that module.