Matching
Match each item with a statement below.
Premises:
Requires a specific set of tasks to be performed only when the condition is true.
Advances the insertion point to the next line in a control.
The concatenation operator.
The greater than operator.
A logical operator where the compound condition evaluates to False only when both sub-conditions are False .
Contains two sets of instructions: one set is processed when the condition is true and the other set is processed when the condition is false.
Specifies the decision you are making.
The logical operator where the compound condition evaluates to True only when both sub-conditions are True .
Responses:
condition
ControlChars.NewLine constant
&
<
OrElse
dual-alternative selection structure
>
single-alternative selection structure
AndAlso
Correct Answer:
Premises:
Responses:
condition
ControlChars.NewLine constant
&
<
OrElse
dual-alternative selection structure
>
single-alternative selection structure
AndAlso
Premises:
condition
ControlChars.NewLine constant
&
<
OrElse
dual-alternative selection structure
>
single-alternative selection structure
AndAlso
Responses:
Related Questions
Q16: The condition in a selection structure must
Q17: You use the _ operator to connect
Q18: Explain what happens when you use the
Q19: Variables declared within a statement block are
Q20: A(n) _ is a device that produces
Q23: What are the similarities and differences between
Q24: Explain logical operators in terms of how
Q25: In Visual Basic, _ is the not
Q26: In a single-alternative selection structure, the tasks
Q27: What is a pseudorandom number generator?