Exam 5: Decision Structures

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

​To create a compound condition in an If statement,a(n)____ operator is required.

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

B

To display a message box window like the one in the accompanying figure,use the ____ procedure of the MessageBox class.​

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

B

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

Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
Verified

A

Every If statement block must be terminated by the ____ keyword.​

(Multiple Choice)
4.9/5
(39)

What is the value of the MsgBoxStyle.OKCancel?​

(Multiple Choice)
4.9/5
(29)

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

(True/False)
4.9/5
(31)

Discuss how to select which decision structure to use.​

(Essay)
4.8/5
(40)

The logical operator ____ reverses the logical value of a condition.​

(Multiple Choice)
4.7/5
(32)

A variable defined between the Then keyword and the Else keyword in an If...Then...Else structure can be referenced from within the Else section of the structure.​

(True/False)
4.8/5
(30)

It is important to ____ the line in the code editing window in the exact location where you want to insert a code snippet to produce the shortcut menu with the Insert Snippet command.​

(Multiple Choice)
4.8/5
(40)

Only one condition can be tested in an If statement.​

(True/False)
4.9/5
(29)

A Case statement in a Select Case structure can test for a range of values.​

(True/False)
4.9/5
(42)

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

(True/False)
4.9/5
(30)

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

(Multiple Choice)
4.7/5
(31)

​The ____ is a relational operator.

(Multiple Choice)
4.8/5
(31)

When different operations must occur based upon the value in a single field,it is best to use a(n)____________________ statement to test the value.​

(Essay)
4.8/5
(44)

You can create your own code snippets but they cannot be added to the library.​

(True/False)
4.7/5
(34)

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

(Essay)
4.9/5
(26)

Message boxes also are known as ____________________ boxes.​

(Essay)
4.8/5
(41)

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

(Multiple Choice)
4.9/5
(42)
Showing 1 - 20 of 111
close modal

Filters

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