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

In adding a code snippet,if you right-click outside the desired location for your code,the shortcut menu might list choices that are customized to that area of code and not include the code snippet for which you were searching.

(True/False)
4.9/5
(45)

​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 -​Message boxes can display these to represent the type of message being displayed

(Essay)
4.9/5
(32)

Often,during design time,you should set the Checked property for the most commonly selected RadioButton object to True to save the user from having to select the most common choice.​

(True/False)
4.9/5
(44)

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.​ -Eric wants your help in remembering which of the following options corresponds to a dialog box that alerts the user to an error and offers the OK and Cancel buttons.What do you tell him?​

(Multiple Choice)
5.0/5
(28)

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

(True/False)
4.8/5
(32)

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

(True/False)
4.8/5
(40)

____ 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
(33)

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

(True/False)
4.9/5
(35)

If data analyzed by the IsNumeric function cannot be converted to a numeric data type,the function will return a value of ____.​

(Multiple Choice)
4.7/5
(31)

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

(True/False)
4.9/5
(31)

​A statement that tests a value is called a ____ statement.

(Multiple Choice)
4.8/5
(26)

​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 -​Function that returns a Boolean value

(Essay)
4.8/5
(36)

An expression using the logical operator ____ will evaluate to true only when both of the conditions are true.​

(Multiple Choice)
4.8/5
(38)

In an If...Then statement,the ____ symbol is used to test for inequality.​

(Multiple Choice)
4.9/5
(30)

​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 -​Multiple conditions can be tested using this kind of statement

(Essay)
4.9/5
(25)

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

(Essay)
4.9/5
(28)

Of all the following objects provided by Visual Basic for Windows applications,the ____ object is used most often.​

(Multiple Choice)
4.8/5
(33)

To end a Select Case structure,a(n)____ statement is used.​

(Multiple Choice)
4.9/5
(32)

In a Select Case structure,the ____ statement includes all conditions not specifically tested for in the other Case statements.​

(Multiple Choice)
4.9/5
(35)
Showing 61 - 80 of 111
close modal

Filters

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