Exam 8: Manipulating Strings
Exam 1: An Introduction to Visual Basic Net50 Questions
Exam 2: Designing Applications50 Questions
Exam 3: Using Variables and Constants50 Questions
Exam 4: The Selection Structure50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Sub and Function Procedures50 Questions
Exam 8: Manipulating Strings50 Questions
Exam 9: Sequential Access Files and Printing50 Questions
Exam 10: Arrays50 Questions
Exam 11: Classes and Objects50 Questions
Exam 12: Adonet and Aspnet50 Questions
Select questions type
Windows standards suggest that menu title captions be one word with the first letter capitalized.
(True/False)
4.9/5
(41)
When searching for value within string , if the IndexOf method does not find the value , it returns the number 0.
(True/False)
4.8/5
(32)
The Trim, TrimStart, and TrimEnd methods can remove one or more characters on a single instruction.
(True/False)
5.0/5
(40)
____ keys appear to the right of a menu item and allow you to select an item without opening the menu.
(Multiple Choice)
4.8/5
(35)
A menu item can be selected by pressing the menu item's shortcut key.
(True/False)
4.9/5
(32)
In Visual Basic .NET, the Insert method is used to insert characters into a string.
(True/False)
4.9/5
(35)
The following instruction will remove which character from the string first? Dim myString as string = "ABCDEFGH" myString = myString.Remove(2, 3)
(Multiple Choice)
4.9/5
(34)
A menu item can have either an access key or shortcut key but not both.
(True/False)
4.8/5
(31)
The StartsWith method can check only one character starting on the left side of the string.
(True/False)
4.8/5
(27)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)