Exam 5: Decision Structures

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

Statements for a true condition and statements for a false condition can both be executed based on a single comparison.

(True/False)
4.7/5
(28)

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

(Multiple Choice)
4.9/5
(25)

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

(Short Answer)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(33)

The logical operator ____________________ will return a value of true if at least one condition in a compound condition evaluates to true.

(Short Answer)
4.8/5
(33)

A condition can be true and false at the same time._________________________

(True/False)
4.9/5
(34)

An End Case statement is used to terminate a Select Case structure.

(True/False)
4.9/5
(29)

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

____________________ is the MsgBoxButtons argument that displays the Yes and No buttons.

(Short Answer)
4.8/5
(31)

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

Each code snippet inserted by the command in the accompanying figure consists of a complete programming task.

(True/False)
4.9/5
(27)

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

(Multiple Choice)
4.8/5
(28)

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

(Multiple Choice)
4.8/5
(29)

The logical operator ____ has the highest priority and is evaluated first.

(Multiple Choice)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(34)

Inserting code ____________________ as shown in the accompanying figure is an effective way to enhance productivity. Inserting code ____________________ as shown in the accompanying figure is an effective way to enhance productivity.

(Short Answer)
4.8/5
(33)

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
(31)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The kind of statement between the If keyword and the Then keyword in an If...Then statement

(Multiple Choice)
4.8/5
(27)

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

(Short Answer)
4.8/5
(36)

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

(True/False)
4.8/5
(33)
Showing 81 - 100 of 112
close modal

Filters

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