Exam 4: The Selection Structure

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

Comparison operators are also referred to as ____ operators.

(Multiple Choice)
5.0/5
(32)

Write an If clause to determine whether the dblTemp variable contains a number that is between 65 and 75.

(Essay)
4.8/5
(30)

The diamond symbol is used in a flowchart for a calculation task.

(True/False)
5.0/5
(37)

The ____ operator expresses "not equal to."

(Multiple Choice)
4.9/5
(32)

Which of the following If clauses would evaluate to True and apply the 10% discount for a commercial customer? Which of the following If clauses would evaluate to True and apply the 10% discount for a commercial customer?

(Not Answered)
This question doesn't have any answer yet
Ask our community

Which of the following conditions will evaluate to True when the intPackages variable contains the value 100?

(Multiple Choice)
4.9/5
(30)

The message provided when a customer is not a current member of the Rental Rewards Program is "Enroll this customer in the Rental Rewards Program?".The clerk must enter a decision before the application can continue.Which of the message box buttons should be used?

(Multiple Choice)
4.8/5
(20)

Before using a string in a comparison,you can use either the ToUpper method or the ToLower method to convert the string to uppercase or lowercase,respectively,and then use the converted string in the comparison.

(True/False)
4.8/5
(27)

Complete the chart shown below. Complete the chart shown below.

(Essay)
4.8/5
(28)

Consider the expression 3 * 2 ^ 2 < 16 + 5 AndAlso 100 / 10 * 2 > 15 - 3.Which operation is performed second?

(Multiple Choice)
4.9/5
(31)

Which of the following statements assigns the contents of the txtGrade control,in uppercase,to the strGrade variable? Which of the following statements assigns the contents of the txtGrade control,in uppercase,to the strGrade variable?

(Not Answered)
This question doesn't have any answer yet
Ask our community

The ____ operator is evaluated first in the following expression: 9 * 2 - 8 > 5 + 2 / 2.

(Multiple Choice)
4.9/5
(34)

If the intInventory variable contains the value 28,the condition If intInventory <= 25 Then will evaluate to ____.

(Multiple Choice)
4.8/5
(39)

Logical operators are sometimes referred to as ____ operators.

(Multiple Choice)
4.8/5
(44)

Which of the following has the most limited scope?

(Multiple Choice)
5.0/5
(40)

Write an If clause that will determine if the strColor variable contains either the string "red" or the string "blue".

(Essay)
4.7/5
(36)

When coding a selection instruction in Visual Basic,the code that follows the Else statement includes those instructions that will be executed when the condition is true.

(True/False)
4.8/5
(27)
Showing 41 - 57 of 57
close modal

Filters

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