Exam 5: Decision Structures

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

After the Not operator, the ____ logical operator has the next precedence.

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.7/5
(36)

You can display a code snippet to ensure you understand the syntax and requirements for a given type of statement.

(True/False)
4.9/5
(36)

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

(Multiple Choice)
4.7/5
(33)

In string comparison, a number is more than an uppercase letter. _________________________

(True/False)
4.8/5
(41)

The business traveling rule, "If the flight costs less than $300.00 and the hotel is less than $120.00 per night" is an illustration of ____ conditions.

(Multiple Choice)
4.8/5
(41)

When using multiple ____ operators in an If statement, the order of precedence of the operators should be established through the use of parentheses.

(Multiple Choice)
4.8/5
(35)

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

(True/False)
4.7/5
(35)

Variables declared within a block of code can only be referenced within that block.

(True/False)
4.8/5
(28)

The process of validating input data is fundamental to programming when using a graphical user interface.

(True/False)
4.9/5
(37)

A RadioButton's Selected property will indicate if the radio button has been selected by the user. _________________________

(True/False)
4.8/5
(38)

An If...Then statement can be used to compare two string values. _________________________

(True/False)
4.8/5
(42)

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

(Multiple Choice)
4.9/5
(34)

Which of the following is a feature of the Panel object?

(Multiple Choice)
4.9/5
(39)

Visual Basic contains a code library of almost ____ pieces of code called code snippets.

(Multiple Choice)
4.7/5
(35)

When using an If...Then...Else statement, if the condition evaluates to false, the statement(s) between the _______________ keyword and the End If keyword will be executed.

(Short Answer)
4.9/5
(38)

In the era of IntelliSense, developers need no longer anticipate that users will enter invalid data.

(True/False)
4.9/5
(40)

The IsNumeric function returns a(n) ____________________ type value.

(Short Answer)
4.7/5
(38)

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

(Multiple Choice)
4.9/5
(40)

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

(Multiple Choice)
4.8/5
(30)
Showing 81 - 100 of 103
close modal

Filters

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