click below
click below
Normal Size Small Size show me how
CIS116-Ch04
Introduction to Programming Chapter 04 - Multiple Choice
Question | Answer |
---|---|
In many languages the case structure is called a ________ statement. Branch Jump Selective Switch All of these | Switch |
Although the sequence structure is heavily used in programming, it cannot handle every type of task. True False | True |
The short-circuit evaluation is performed with expressions containing any logical operators. True False | False |
In an expression with an OR operator, it does not matter which sub expression is true for the compound expression to be true. True False | True |
A nested decision structure can achieve the same logic as a case structure. True False | True |
A condition is a ________ expression. Boolean Relational Logical Mathematical None of these | Boolean |
What type of operator can be used to determine whether a specific relationship exists between two values? Boolean Relational Logical Mathematical None of these | Relational |
A case structure is a ________ alternative decision structure. Single Dual Multiple Single or dual All of these | Multiple |
What type of operators are the following? Boolean Relational Logical Mathematical None of these | Relational |