Matching
Match each term with a statement below.
Premises:
Used to override the default order of operations
Will always evaluate to the same result
Relational comparison operators
Part of a decision that executes only when the tested condition in the decision is false
An expression whose value can be only true or false
Nested if
A path that can never be traveled
When this operator is used, only one of the listed conditions must be met for the resulting action to take place
Using this operator, each Boolean expression must be true in order for the entire expression to be evaluated as true
Used when you must nest a series of decisions about a single variable
Responses:
AND
parentheses
Boolean expression
a decision within another decision
dead
else clause
logical OR
case structure
=, >, =,
trivial expressions
Correct Answer:
Premises:
Responses:
Used to override the default order of operations
Will always evaluate to the same result
Relational comparison operators
Part of a decision that executes only when the tested condition in the decision is false
An expression whose value can be only true or false
Nested if
A path that can never be traveled
When this operator is used, only one of the listed conditions must be met for the resulting action to take place
Using this operator, each Boolean expression must be true in order for the entire expression to be evaluated as true
Used when you must nest a series of decisions about a single variable
Premises:
Used to override the default order of operations
Will always evaluate to the same result
Relational comparison operators
Part of a decision that executes only when the tested condition in the decision is false
An expression whose value can be only true or false
Nested if
A path that can never be traveled
When this operator is used, only one of the listed conditions must be met for the resulting action to take place
Using this operator, each Boolean expression must be true in order for the entire expression to be evaluated as true
Used when you must nest a series of decisions about a single variable
Responses:
Related Questions
Q8: How can you improve the efficiency of
Q14: When you ask multiple questions before an
Q20: When you combine AND and OR operators,the
Q25: Any decision can be made using combinations
Q28: C#,C++,C,and Java use the symbol _ as
Q31: A(n)_ decision is a decision in which
Q41: The keyword that is NOT included in
Q44: When you combine AND and OR operators,the
Q54: In an AND decision,first ask the question
Q59: Most programming languages limit the number of