Exam 11: String Manipulation and Menus
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 Questions
Select questions type
To represent a single digit in a pattern, you use the ____ character.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
D
Each menu element is considered a(n) ____.
Free
(Multiple Choice)
4.9/5
(47)
Correct Answer:
D
What is the Windows standard for the capitalization of menu item captions?
Free
(Essay)
4.8/5
(35)
Correct Answer:
The captions for menu items typically consist of one to three words. The Windows standard is to use book title capitalization for the menu item captions.
____ is the syntax for removing the characters from a string.
(Multiple Choice)
4.9/5
(30)
Visual Basic's ____________________ method allows you to insert characters anywhere in a string.
(Short Answer)
4.7/5
(37)
Visual Basic provides the ____ method for accessing any number of characters in a string.
(Multiple Choice)
4.7/5
(30)
To specify a different starting location in the IndexOf method, you use the optional ____ argument.
(Multiple Choice)
4.8/5
(42)
The ____ argument in the syntax of the PadRight method is an integer that represents the total number of characters you want the string's copy to contain.
(Multiple Choice)
4.8/5
(41)
When an expression contains more than one method, the computer processes the methods from right to left.
(True/False)
4.9/5
(37)
The access key allows the user to open the menu by pressing the ____ key in combination with the access key.
(Multiple Choice)
4.8/5
(28)
What happens when you omit the numCharsToAccess argument from the Substring method?
(Essay)
4.9/5
(35)
The most commonly used properties for a menu element are the ____ properties.
(Multiple Choice)
4.8/5
(32)
The ____ character in a pattern represents one character only.
(Multiple Choice)
4.7/5
(27)
The number of characters contained in a string is stored as an integer in the string's ____________________ property.
(Short Answer)
4.8/5
(35)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)