Multiple Choice
What capability does the If…Then…Else statement provide that the If…Then statement does not?
A) the ability to execute different actions when the condition is True or False
B) the ability to nest structures
C) the ability to stack structures
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q60: A decision symbol in an activity diagram
Q62: If…Then is a _ statement.<br>A)restricted<br>B)selection<br>C)repetition<br>D)unrestricted
Q63: With sequential execution,statements execute one after the
Q64: A ListBox's _ property keeps track of
Q65: Calling a control's Activate method makes the
Q68: A transfer of control occurs when:<br>A)a program
Q69: Which of the following is not an
Q70: The If…Then statement is a single-repetition statement.
Q72: If…Then…Else statements may be stacked but not
Q78: Pseudocode normally describes only executable statements.