Exam 5: Decision Structures

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

What is the value of the MsgBoxStyle.OKOnly?

(Multiple Choice)
4.8/5
(38)

Use the ____ statement to execute one set of instructions if the condition is true, and another set of instructions if the condition is false.

(Multiple Choice)
4.7/5
(41)

Developers can code Visual Basic applications to make decisions based on the input of users or other conditions that occur.

(True/False)
4.7/5
(26)

The IsNumeric function will return a(n) ____ type value.

(Multiple Choice)
4.8/5
(42)

____ objects are used to gather related RadioButtons together so that the user can select one radio button from each group.

(Multiple Choice)
4.9/5
(44)

The ____________________ logical operator reverses the logical value of a condition.

(Short Answer)
4.9/5
(44)

A variable defined between the Then keyword and the Else keyword in an If...Then...Else structure can be referenced from within the Else section of the structure.

(True/False)
4.9/5
(39)

Inserting code ____________________ is an effective way to enhance productivity or to ensure that you understand the syntax and requirements for a given type of statement.

(Short Answer)
4.8/5
(20)

In an expression using the logical operator ____, as soon as one of the compound conditions is found to be true, no further conditions are tested and the expression evaluates to true.

(Multiple Choice)
4.7/5
(33)

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)
4.9/5
(36)

If the condition tested in an If statement evaluates to ____________________, the statement(s) between the If and the End If keywords will be executed.

(Short Answer)
4.7/5
(39)

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

(Multiple Choice)
4.9/5
(32)

The Panel object performs in the same manner as the ____ object.

(Multiple Choice)
4.8/5
(41)

What is the value of the MsgBoxStyle.OKCancel?

(Multiple Choice)
4.7/5
(46)

To specify a range of values to be tested in a Case statement within a Select Case structure, the word ____ must be used.

(Multiple Choice)
4.9/5
(35)

Which of the following CANNOT be contained in a code snippet?

(Multiple Choice)
4.8/5
(45)

In Visual Basic, the message in a message box window is displayed using the ____ procedure of the MessageBox class.

(Multiple Choice)
4.8/5
(33)

The ampersand (&) symbol is the operator used to ____ two strings together.

(Multiple Choice)
4.8/5
(36)

In Unicode, numbers are considered to be ____________________ than uppercase or lowercase letters.

(Short Answer)
4.7/5
(35)

A Panel object can have a caption, but a GroupBox object cannot.

(True/False)
4.7/5
(30)
Showing 41 - 60 of 103
close modal

Filters

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