Exam 5: Decision Structures

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

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

(True/False)
4.9/5
(38)

What is the value of the MsgBoxStyle.OKCancel?

(Multiple Choice)
4.7/5
(28)

A ____ object forces the user to select only one option from a group of options.

(Multiple Choice)
4.8/5
(33)

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

(True/False)
5.0/5
(52)

The ____________________ procedure found in the MessageBox class is used to display a message in a message box.

(Short Answer)
4.9/5
(34)

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

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.9/5
(44)

Since the first days of computers, the phrase "____________________" has described the fact that allowing incorrect input data into a program produces incorrect output.

(Short Answer)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(38)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
When this kind of object is contained in a group box, the user can select only one of these objects
Responses:
RadioButton
GroupBox
If...Then...ElseIf
Correct Answer:
Verified
Premises:
Responses:
When this kind of object is contained in a group box, the user can select only one of these objects
RadioButton
(Matching)
4.8/5
(39)

The ____ function is used to determine if an input value can be converted into a numeric value.

(Multiple Choice)
4.8/5
(26)

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

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(49)

To test a second condition only after the result of the first condition is known, ____________________ If statements can be used.

(Short Answer)
4.8/5
(38)

With the logical operator ____________________, as soon as a condition is found to be wrong, no further conditions are tested and the compound condition is wrong.

(Short Answer)
4.9/5
(40)

A Case Else statement is required in a Select Case structure.

(True/False)
4.7/5
(38)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
The kind of statement between the If keyword and the Then keyword in an If...Then statement
Responses:
If...Then...ElseIf
Select Case
RadioButton
Correct Answer:
Verified
Premises:
Responses:
The kind of statement between the If keyword and the Then keyword in an If...Then statement
If...Then...ElseIf
(Matching)
4.9/5
(32)

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.7/5
(39)

Each value in a Case statement is separated by a period.

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.9/5
(42)
Showing 81 - 100 of 111
close modal

Filters

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