Term
A selection structure consists of a(n) __________ __________ together with one or more blocks of statements. (separate each word with a space) |
|
Definition
|
|
Term
The reciprocal of 0 is __________ |
|
Definition
|
|
Term
Logical operators are used to create __________ conditions from given __________ conditions.(Use a comma and a space to separate your responses) |
|
Definition
|
|
Term
The multiple-alternative selection structure that does not use an If-Then-Else clause is the __________ or __________ statement. (separate each word with a comma and space) |
|
Definition
|
|
Term
A statement which checks to see if the value of the expression on the left side is the same as the value of the expression on the right side is an example of the use of the __________ operator. |
|
Definition
|
|
Term
A(n) __________ __________ is used to summarize the actions of the logical operators. (separate each word with a space) |
|
Definition
|
|
Term
A dual-alternative selection structure is also known as a(n) __________ structure. |
|
Definition
|
|
Term
The order of operations for __________ __________ is NOT first, then AND, then OR. (separate each word with a space) |
|
Definition
|
|
Term
In the hierarchy of the order of operations (relational, logical, arithmetic), __________ operations are performed last. |
|
Definition
|
|
Term
Including statements in a program to check for improper data during execution of the program is known as __________ programming. |
|
Definition
|
|