Exam 5: Decision Structures

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

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

(True/False)
4.8/5
(27)

What is the value of the MsgBoxStyle.OKOnly?​

(Multiple Choice)
4.9/5
(40)

​Identify the letter of the choice that best matches the phrase or definition. a.​GroupBox b.EndIf c.​relational d.Select Case e.RadioButton f.icons g.Is h.IsNumeric i.If...Then...ElseIf j.conditional REFERENCES: 319 276 276 287 291 292 299 301 311 314 -​The kind of statement between the If keyword and the Then keyword in an If...Then statement

(Essay)
4.8/5
(39)

The Panel,GroupBox,and TabControl objects are examples of ____ objects.​

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.7/5
(36)

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

(Essay)
4.8/5
(38)

Visual Basic provides six different logical operators.Briefly describe the function of each.​

(Essay)
4.8/5
(37)

When RadioButton objects are contained in a group box,the user can select only one of the radio buttons on the panel.​

(True/False)
4.9/5
(34)

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

(True/False)
4.7/5
(29)

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

(Essay)
4.9/5
(38)

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

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

(Essay)
4.8/5
(36)

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

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

Case 5-2 Eric had a small reference card that he keeps handy to remind him which MsgBoxButton arguments values translate to which buttons in the dialog box,but then he lost the card.He calls over to you for help in reminding him what values correspond to what.​ -Now,Eric needs help in remembering which of the following options corresponds to a dialog box that displays an information icon and offers the Retry and Cancel buttons.Which of the following is the right answer?​

(Multiple Choice)
5.0/5
(39)

An expression using the logical operator ____ evaluates to true when only one but not both of the two compound conditions are true.​

(Multiple Choice)
4.7/5
(29)

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

(Multiple Choice)
4.8/5
(27)

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

(Multiple Choice)
5.0/5
(37)

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

(Essay)
4.8/5
(33)

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
(36)
Showing 81 - 100 of 111
close modal

Filters

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