Exam 10: String Manipulation and Menus
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
____ is the syntax to access characters in a string.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
B
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.
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
B
Visual Basic provides the ____ method for accessing any number of characters in a string.
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
C
What happens when you omit the numCharsToAccess argument from the Substring method?
(Essay)
4.7/5
(38)
The ____________________ method pads the string on the left, which means it inserts the padded characters at the beginning of the string.
(Short Answer)
4.8/5
(37)
When processing the PadLeft and PadRight methods, the computer first makes a temporary copy of the string in memory; it then pads the copy only.
(True/False)
4.7/5
(39)
You specify a menu item's shortcut keys in the ShortcutKeys property in the ____ window.
(Multiple Choice)
4.8/5
(32)
The ____ method pads the string on the right, which means it inserts the padded characters at the end of the string.
(Multiple Choice)
4.9/5
(42)
The most commonly used properties for a menu element are the ____ properties.
(Multiple Choice)
4.9/5
(36)
A ____ character forces a literal constant to assume a data type other than the one its form indicates.
(Multiple Choice)
4.9/5
(39)
Match each term with the correct statement below.
-Allows you to use pattern-matching characters to determine whether one string is equal to another string
(Short Answer)
4.8/5
(38)
In Windows applications that have an Edit menu, ____ is used to select the Cut command when the Edit menu is closed.
(Multiple Choice)
4.7/5
(39)
A menu item's ____ key can be used only when the menu is open.
(Multiple Choice)
4.9/5
(38)
Visual Basic's ____________________ method allows you to insert characters anywhere in a string.
(Short Answer)
4.9/5
(35)
When an expression contains more than one method, the computer processes the methods from right to left.
(True/False)
4.7/5
(37)
In Windows applications that have an Edit menu, ____ is used to select the Paste command when the Edit menu is closed.
(Multiple Choice)
4.7/5
(30)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)