Exam 5: Decision Structures

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

When a condition is tested in a Visual Basic program,this is a possible outcome: ____.

(Multiple Choice)
4.9/5
(35)

In an If...Then...Else statement,if the condition is false,the statements between the Else and End If keywords will be executed.

(True/False)
4.9/5
(37)

The ____________________ keyword terminates the If...Then block of code.

(Short Answer)
4.9/5
(32)

To end a Select Case structure,a(n)____ statement is used.

(Multiple Choice)
4.8/5
(29)

Within an event handler,an If...Then...Else statement is considered a block of code.

(True/False)
4.8/5
(40)

An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.

(Multiple Choice)
4.9/5
(34)

You can create your own code snippets but they cannot be added to the library.

(True/False)
4.7/5
(32)

When comparing two data values in Visual Basic,both values must be the same data type.

(True/False)
4.9/5
(37)

To use multiple conditions in a single If...Then...Else statement,____ conditions are required.

(Multiple Choice)
4.8/5
(37)

The ____ object provides several options not available with the Panel object.

(Multiple Choice)
4.9/5
(30)

A message box like the one shown in the accompanying figure is also known as a(n)____ box. A message box like the one shown in the accompanying figure is also known as a(n)____ box.

(Multiple Choice)
4.8/5
(40)

When different operations must occur based upon the value in a single field,it is best to use a(n)____________________ statement to test the value.

(Short Answer)
5.0/5
(34)
Showing 101 - 112 of 112
close modal

Filters

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