Exam 10: Programming Based on Events
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
When the delegate wraps more than one method, it is called a(n) ____ delegate.
(Multiple Choice)
4.8/5
(33)
Double-clicking on the ListBox control registers which default event?
(Multiple Choice)
4.9/5
(39)
The ____________ event fires when a key is pressed while the control has focus.
(Short Answer)
4.7/5
(38)
A test plan to verify the accuracy of the application should be designed before coding the application.
(True/False)
4.9/5
(30)
The ____________ property can be set for RadioButton controls to indicate which button is initially selected.
(Short Answer)
4.9/5
(37)
One of the advantages of a ListBox object over other types of objects used for input is ____.
(Multiple Choice)
4.7/5
(36)
All event-handler take two parameters. The first parameter, object sender, represents the source that raises the event, and the second parameter is the data for the event; thus, they normally have the same ____________.
(Short Answer)
4.8/5
(36)
____________ objects have an added feature over a ListBox objects that they contain their own text box field as part of the object, but they allow only a single selection to be made.
(Short Answer)
4.8/5
(33)
Delegate signatures differ from method signatures in that the delegate also includes its ____.
(Multiple Choice)
4.8/5
(36)
Objects like colorDialog, fontDialog, ToolTip and MenuStrip are added to the ____________ for the application when they are dragged and dropped onto the form.
(Short Answer)
4.8/5
(40)
You can assign a(n) ____________ to controls, such as text boxes or menu items, so that text is displayed when the cursor is rested on top of the component.
(Short Answer)
4.8/5
(29)
TabControl objects, which are placed on top of button objects, enable multiple tabs to appear on a form.
(True/False)
4.7/5
(41)
Since each delegate wraps a single method, there must be a one-to-one correspondence between the method and its delegate.
(True/False)
4.8/5
(34)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)