Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
You can specify a range of values in a Case clause's ____, such as the values 1 through 5 or values greater than 10.
Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
B
To include more than one expression in an expressionList, you separate each expression with a ____.
Free
(Multiple Choice)
4.8/5
(27)
Correct Answer:
A
Unicode assigns a unique numeric value to each character used in the written languages of the world.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
Multiple-alternative selection structures or ____ selection structures can choose from several alternatives.
(Multiple Choice)
4.8/5
(38)
The ____ data type can store alphanumeric text, which is text that may contain letters, numbers, or special characters.
(Multiple Choice)
4.9/5
(38)
The If...Then...Else statement is the only statement you can use to code a multiple-path selection structure in Visual Basic.
(True/False)
4.9/5
(40)
Using nested If…Then…Else statements is a much more convenient way of coding a multiple-alternative selection structure than using the If…ElseIf…Else statement.
(True/False)
4.8/5
(29)
Each character on the computer keyboard is stored in the computer's internal memory using a different Unicode value.
(True/False)
4.9/5
(36)
At times, you may need to create a selection structure that can choose from several alternatives.
(True/False)
4.9/5
(25)
The recommended maximum number of radio buttons in a group is ____.
(Multiple Choice)
4.9/5
(25)
Variables declared with the Integer, Decimal, and Double data types can store numbers only.
(True/False)
4.7/5
(29)
A radio button is created using the RadioButton tool in the toolbox, and it allows the user to choose more than one choice in a group of two or more related but not mutually exclusive choices.
(True/False)
4.9/5
(40)
Each radio button can have a unique ____ key that allows the user to select the button using the keyboard.
(Multiple Choice)
4.8/5
(37)
The value stored in the Text property is treated as alphanumeric text.
(True/False)
4.8/5
(37)
As is true in most programming languages, string comparisons in Visual Basic are not case sensitive.
(True/False)
4.7/5
(39)
The three-character ID used when naming String variables (and String named constants) is ____.
(Multiple Choice)
4.9/5
(32)
The Select Case statement begins with the keywords Select Case, followed by a(n) ____.
(Multiple Choice)
4.9/5
(40)
The selected button in a radio button group is called the ____ radio button and is either the radio button that represents the user's most likely choice or the first radio button in the group.
(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)