___________________ tasks include any steps you must perform… ___________________ tasks include any steps you must perform at the beginning of a program to get ready for the rest of the program. Read Details
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. Read Details
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. Read Details
Declaring a starting value for a variable is known as ____ t… Declaring a starting value for a variable is known as ____ the variable. Read Details
A(n) ____ is a named memory location whose value can vary. A(n) ____ is a named memory location whose value can vary. Read Details
The ____ is the standard terminal symbol for a flowchart. The ____ is the standard terminal symbol for a flowchart. Read Details
The ____ is used to represent output in a flowchart. The ____ is used to represent output in a flowchart. Read Details
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. Read Details
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 ____. Read Details
Programmers say that variables and constants declared within… Programmers say that variables and constants declared within a module are ____ only within that module. Read Details