MIS 505 Chapter 4: Making Decisions MATCHING PART 4
Match each term with a statement below.
a. =, >, <, >=, <=, and <> f. logical OR
b. case structure g. else clause
c. AND h. dead
d. parentheses i. trivial expressions
e. Boolean expression j. a decision within another decision
1. An expression whose value can be only true or false
2. Part of a decision that executes only when the tested condition in the decision is false
3. Will always evaluate to the same result
4. Relational comparison operators
5. Nested if
6. Used when you must nest a series of decisions about a single variable
7. Using this operator, each Boolean expression must be true in order for the entire expression to be evaluated as true
8. When this operator is used, only one of the listed conditions must be met for the resulting action to take place
9. A path that can never be traveled
10. Used to override the default order of operations
Answered
Other
/
Other
17 Oct 2016
Answers (1)
MIS505 MIS/505 MIS 505 Chapter 4: Making Decisions MATCHING PART 4
Answer Attachments
1 attachments —