Exam 11: Testing, Testing1,2,3 Selecting Test Data
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
A control's ____ event occurs each time the user presses a key while the control has the focus.
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
B
Whenever you make a change to an application's code, you should retest the application using the test data listed in the testing chart.
Free
(True/False)
4.8/5
(46)
Correct Answer:
True
The last step in the problem-solving process is to rigorously test the program before releasing it to the user.
Free
(True/False)
4.8/5
(42)
Correct Answer:
True
You can use the ____ method to remove any spaces that appear before and after the data that in the variable.
(Multiple Choice)
4.8/5
(25)
You can use the txtType control's ____ event to prevent the text box from accepting the space character.
(Multiple Choice)
5.0/5
(37)
Most large and complex applications are beta tested by paid engineers before being sold in the marketplace.
(True/False)
4.8/5
(38)
You use the e parameter's ____ property to cancel the pressed key if it is an inappropriate one.
(Multiple Choice)
4.9/5
(32)
When the KeyPress event occurs, a character corresponding to the pressed key is sent to the KeyPress event's e parameter, which appears between the square brackets in the event's procedure header.
(True/False)
4.9/5
(39)
Invalid data typically is the result of the user making a typing error, entering the data in an incorrect format, or neglecting to make a required entry.
(True/False)
4.7/5
(53)
When entering data in a text box, it is not uncommon for a user to inadvertently include a space character at the end of the entry.
(True/False)
4.7/5
(32)
____ are encouraged to use the application as often as possible, because some bugs surface only after months of use.
(Multiple Choice)
4.8/5
(41)
The Trim method automatically removes any spaces from the original string.
(True/False)
4.7/5
(42)
When a beta tester finds a bug in the application, she submits a(n) ____ to the programmer.
(Multiple Choice)
4.8/5
(33)
When you are satisfied that an application is functioning correctly, you can release it to the beta engineers.
(True/False)
4.8/5
(41)
____ data is data that the program is expecting the user to enter.
(Multiple Choice)
4.7/5
(35)
You refer to the Backspace key on your computer keyboard using the ControlChars.Back constant.
(True/False)
4.8/5
(30)
In the method call string.Trim, string typically is either the Text property of a control or ____.
(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)