Exam 5: More on the Selection Structure

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

If the intQuantity variable contains the number 20 and the customer is a member,what value will be in the decTotal variable after the code is processed?

(Multiple Choice)
4.9/5
(36)

If the intQuantity variable contains the number 10 and the customer is a member,what value will be in the decTotal variable after the code is processed?

(Multiple Choice)
4.7/5
(36)

The application needs to assign the fee for folded clothes.The primary decision for the scenario is to first determine ____.

(Multiple Choice)
4.9/5
(32)

The default radio button is designated by setting the Checked property to a value of True.

(True/False)
4.7/5
(39)

Desk-checking is also called ____.

(Multiple Choice)
4.8/5
(44)

In a Case selection structure,each expression in an expression list is separated by a ____.

(Multiple Choice)
4.7/5
(39)

If the intQuantity variable contains the number 25 and the customer is not a member,what value will be in the decTotal variable after the code is processed?

(Multiple Choice)
4.8/5
(28)

Which of the following would be an appropriate use of a check box control?

(Multiple Choice)
4.9/5
(18)

The maximum number of radio buttons that can be selected from a group is ____.

(Multiple Choice)
5.0/5
(32)

Write a multiple-alternative selection structure that displays the name of an instructor based on the class section entered by the user.The class section is stored (as uppercase)in the strSection variable.Display "Edwards" when the class section is A.Display "Hughes" when the class section is B.Display "Meadows" when the class section is C.For all other sections,display "To Be Announced".Display the message in the lblMessage control.Use the If/ElseIf/Else form of the If...Then...Else statement.

(Essay)
4.9/5
(33)

What is a nested selection structure? How do primary and secondary decisions relate to a nested selection structure?

(Essay)
4.8/5
(35)

In a nested selection structure,the primary decision is always made by the outer selection structure.

(True/False)
4.7/5
(24)

The interface provides a text box for the user to enter the number of shirts being laundered.You want to make sure a string typed in by the user can be converted to a number to be used in the calculation for the total.Which of the following statements is valid? The interface provides a text box for the user to enter the number of shirts being laundered.You want to make sure a string typed in by the user can be converted to a number to be used in the calculation for the total.Which of the following statements is valid?

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

When the programmer wants to limit the user to one choice during input of mutually exclusive options,the ____ control should be used.

(Multiple Choice)
4.8/5
(34)

The minimum number of radio buttons in a group is one.

(True/False)
4.8/5
(41)

If the txtBalance control contains the value $52,what value will the Decimal.TryParse(txtBalance.Text,decBalance)method return?

(Multiple Choice)
4.8/5
(38)
Showing 41 - 56 of 56
close modal

Filters

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