Exam 10: Programming Based on Events

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

A KeyPress( ) event is fired with each and every keystroke.

(True/False)
4.9/5
(39)

The ListBox control object can hold data of string type only.

(True/False)
4.7/5
(36)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)