Which of the following statements about two-way selection is false?
A. The basic decision statement in the computer is the two-way selection.
B. The expression in a two-way selection is a binary expression.
C. The decision in a two-way selection must be an expression that is either true or false.
D. When the expression is true, one or more action statements are executed.
E. When the expression is false, a different action or set of actions is executed.
Answer: B
You might also like to view...
The statement when = "noon"; is ___________
Fill in the blank(s) with the appropriate word(s).
Which style takes precedence if a Web page author mistakenly styles the same element more than once in the same embedded style sheet?
A. the style that is higher in the styles list B. the style that is lower in the styles list C. a randomly chosen style D. none of the above; it produces an error
Suppose str = "ABCDEFGHI". The output of the statementcout << str.length() << endl; is ____.
A. 7 B. 8 C. 9 D. 10
A(n) ?___________ is a grouping of information that describes a network resource, such as a shared printer; an organizing structure, such as a domain or OU; or an account, such as a user or group.
Fill in the blank(s) with the appropriate word(s)