Exam 23: The String Section String Manipulation
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
If an application expects the user to enter a seven-digit phone number or a five-digit ZIP code, the application's code should verify that the user entered the required number of characters.
Free
(True/False)
4.7/5
(35)
Correct Answer:
True
The startIndex argument is not optional in the IndexOf method's syntax.
Free
(True/False)
5.0/5
(40)
Correct Answer:
False
The ____ operator allows you to use pattern-matching characters to determine whether one string is equal to another string.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
D
When processing the Trim method, the computer first makes a permanent backup copy of the string in memory.
(True/False)
4.9/5
(33)
Using the Insert method to insert a value beginning with the fifth character in a string, you use a starting index of 5.
(True/False)
5.0/5
(45)
Visual Basic provides the ____ method for accessing any number of characters contained in a string.
(Multiple Choice)
4.9/5
(33)
Visual Basic provides the Replace method for replacing a sequence of characters in a string with another sequence of characters.
(True/False)
4.9/5
(36)
When processing the Insert method, the computer makes a temporary copy of the string in memory, and then inserts the characters in the copy only.
(True/False)
4.8/5
(38)
You also can include a range of values in a character list by using a(n) ____ to separate the lowest value in the range from the highest value in the range.
(Multiple Choice)
4.9/5
(39)
The number of characters contained in a string is stored in the string's ____ property.
(Multiple Choice)
4.8/5
(34)
You can use the ____ method to remove any spaces from both the beginning and end of a string.
(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)