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
ListBox objects have an added feature in that they contain their own text box field as part of the object.
(True/False)
4.8/5
(43)
Like other classes, an instance of a delegate is called an object.
(True/False)
4.8/5
(32)
ComboBox objects have an added feature over the ListBox controls in that ____.
(Multiple Choice)
4.8/5
(41)
A number of objects can be wired to the same event-handler method.
(True/False)
4.8/5
(29)
To retrieve data from a ListBox control as string data, use the ____ property.
(Multiple Choice)
4.8/5
(30)
The delegate definition does not include a body. All that is included is the heading.
(True/False)
4.8/5
(42)
Which control is used for placing objects, like RadioButtons, together? This control not only offers the benefit of visual appearance, but also helps during design because you can set properties that impact all the associated objects.
(Multiple Choice)
4.8/5
(35)
What does the following statement do?
This.BackColor = System.Drawing.Color.Blue;
(Multiple Choice)
4.8/5
(28)
Delegates are special types of .NET classes whose instances store ____.
(Multiple Choice)
4.9/5
(42)
In order to add values to the ListBox at run time, invoke the Add( ) method on the ____________ property.
(Short Answer)
4.9/5
(29)
You change the appearance of the tabs for a TabControl object using the ____ Collection Editor.
(Multiple Choice)
4.9/5
(42)
Included as part of .Visual Studio are a number of preconfigured dialog boxes Find and Replace, Spell Checker and File Save.
(True/False)
4.9/5
(37)
The Items property can be used to set the initial values for a ListBox object. The Items editor is opened when you click the ellipsis to the right of the Collection property in the Properties window.
(True/False)
4.8/5
(32)
____________ controls can be used to display a list of items from which the user can make single or multiple selections. A scroll bar is automatically added to the control if the total number of items exceeds the number that can be displayed.
(Short Answer)
4.8/5
(39)
Associating a method in your program to an event is called delegating the event.
(True/False)
4.8/5
(38)
____ objects usually appear as small boxes that allow users to make a yes/no selection.
(Multiple Choice)
4.9/5
(49)
The ListBox ____________ property has selection values of MultiSimple, MultiExtended, None and One.
(Short Answer)
4.7/5
(30)
Which property is used with the PictureBox control to associate an actual picture to the control?
(Multiple Choice)
4.8/5
(30)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)