Exam 5: More on the Selection Structure

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Instructions entered in a form's ____ event procedure are processed when the application is started and the form is loaded into memory.

Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
Verified

A

The selection structure operator ____ determines whether an object is a specified type.

Free
(Multiple Choice)
4.8/5
(45)
Correct Answer:
Verified

B

The pattern-matching character ____ is used with the Like operator to match a single digit.

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

B

A nested selection structure can only be coded using the true path of a selection structure.

(True/False)
4.9/5
(44)

Desk-checking is the process of using sample data to walk through each of the steps in the algorithm manually to verify that it is a correct solution to a problem.

(True/False)
4.9/5
(46)

When you use a range test in a Case clause, the value on the left side of the To must always be lower than the value on the right side.

(True/False)
4.8/5
(36)

In a Case selection structure, each expression in an expression list is separated by a ____.

(Multiple Choice)
4.8/5
(41)

The Visual Basic .NET Get statement causes the execution of a user-defined Sub procedure.

(True/False)
4.7/5
(32)

A nested selection structure using If/ElseIf/Else logic structures needs only one End If terminus to mark the end of the selection structure.

(True/False)
4.7/5
(36)

The maximum number of radio buttons that can be selected from a group is ____.

(Multiple Choice)
4.9/5
(35)

Which of the following would be an appropriate use of a check box control?

(Multiple Choice)
4.8/5
(29)

Which of these can be used to determine if a student had earned a grade of an "D" or "F", assuming that a grade of "A", "B", "C", "D" or "F" is in the string variable grade?

(Multiple Choice)
4.9/5
(46)

Every Select Case logic structure must be terminated with End Case.

(True/False)
5.0/5
(38)

A common mistake when writing selection structures is to use a logical operator in place of a nested selection structure.

(True/False)
4.8/5
(36)

The default radio button is designated by setting the Checked property to a value of True.

(True/False)
4.8/5
(31)

An online book seller uses the following schedule to determine the shipping costs: Category Books Ordered Basic cost Plus per book I 1-3 $5 .25 II 4-7 $7 .20 III 8-11 $9 .15 IV 12 or more $11 .10 What is a correct case expression for a category II book order based upon Books Ordered?

(Multiple Choice)
4.8/5
(30)

In a Case expression, when only one limiting value is known the programmer should use Is keyword instead of the To keyword when creating the expression.

(True/False)
4.9/5
(38)

When the programmer does not want to limit the user to one choice during input of independent and nonexclusive options the ____ control should be used.

(Multiple Choice)
4.9/5
(41)

When several alternatives exist for processing data, it is usually simpler and clearer to use a Select Case structure rather than a If/ElseIf/Else structure.

(True/False)
4.9/5
(35)

The pattern-matching character ? is used with the Like operator to match a single character.

(True/False)
4.8/5
(42)
Showing 1 - 20 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)