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
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
(36)
A menu item's ____ key can be used only when the menu is open.
(Multiple Choice)
4.7/5
(37)
If you need to determine whether a string contains a specific sequence of characters, you can use the ____ method.
(Multiple Choice)
4.9/5
(30)
The Substring method accesses one or more characters contained in a string.
(True/False)
4.9/5
(34)
When processing the Insert method, the computer first makes a temporary copy of the string in memory.
(True/False)
4.7/5
(39)
Match each term with the correct statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(37)
A menu item's ____________________ keys can be used only when the menu is closed.
(Short Answer)
4.9/5
(36)
If an item on a menu or submenu is a command, you enter the appropriate instructions in the item's ____________________ event procedure.
(Short Answer)
4.9/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.8/5
(37)
To insert the value at the beginning of a string, you use a startIndex of 1.
(True/False)
4.9/5
(34)
You specify a menu item's shortcut keys in the ShortcutKeys property in the ____ window.
(Multiple Choice)
4.7/5
(49)
A ____ character forces a literal constant to assume a data type other than the one its form indicates.
(Multiple Choice)
4.9/5
(26)
The ____________________ method pads the string on the left, which means it inserts the padded characters at the beginning of the string.
(Short Answer)
4.9/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.9/5
(36)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)