Exam 5: More on the Selection Structure
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
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)
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? 

(Not Answered)
This question doesn't have any answer yet
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)