Multiple Choice
Match each term with a statement below.
-Used when there are several distinct possible values for a single variable,and each value requires a different subsequent action
A) =,>,<,>=,<=,and <>
B) case structure
C) AND
D) parentheses
E) compound condition?
F) OR
G) else clause
H) dead
I) trivial expressions
J) a decision within another decision
Correct Answer:

Verified
Correct Answer:
Verified
Q17: To avoid confusion,you can use _statements instead
Q18: The _ clause is the part of
Q19: Explain what a range check is and
Q20: When you combine AND and OR operators,the
Q21: You use the case structure only when
Q23: You can use parentheses to override the
Q24: Usually,_ variables are not considered to be
Q25: Any decision can be made using combinations
Q26: You can perform a _ by making
Q27: The _ clause is the part of