Exam 5: Decision Structures

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

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

(True/False)
4.8/5
(38)

When relational operators are used in a Case statement within a Select Case structure,the keyword ____ must be used with the relational operator.​

(Multiple Choice)
4.8/5
(39)

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

(True/False)
4.9/5
(31)

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

The ____ of a variable is defined by where it is declared within a program.

(Multiple Choice)
4.8/5
(31)

If a program attempts to process invalid data,unexpected errors can occur.​

(True/False)
4.9/5
(35)

​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 -​An easier and clearer alternative to using a series of If…Then…ElseIf statements

(Essay)
4.8/5
(27)

A ____ structure is used to deal with different conditions that occur based on values entered into an application.​

(Multiple Choice)
4.8/5
(31)

Each code snippet consists of a complete programming task.​

(True/False)
4.8/5
(27)

When using an If...Then...ElseIf statement,a trailing ____________________ statement can be placed at the end to handle a condition that does not meet any of the conditions tested.​

(Essay)
4.7/5
(33)

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

(Short Answer)
4.8/5
(31)

Which of the following CANNOT be contained in a code snippet?​

(Multiple Choice)
4.8/5
(39)

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.​

(Essay)
4.7/5
(25)

  ​ -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.​

(Essay)
4.7/5
(33)

An If...Then statement can be used to compare an arithmetic expression to a(n)____.​

(Multiple Choice)
4.8/5
(38)

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

(True/False)
4.8/5
(28)

Developers can code Visual Basic applications to make decisions based on the input of users or other conditions that occur.​

(True/False)
4.8/5
(35)

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

(Essay)
5.0/5
(38)

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

(Multiple Choice)
4.8/5
(29)

​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 -​Every If statement needs one of these coordinating statements

(Essay)
4.8/5
(31)
Showing 21 - 40 of 111
close modal

Filters

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