Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
Which of the following properties does a combo box control have but a list box does not?
A)SelectedIndex
B)Text
C)DropDownStyle
D)Name
2
At design time, the list box control displays the contents of its _______________ property in the control and the combo box displays its ______________ property. 
A)Style, Text
B)Name, Text
C)Text, Name
D)Text, Style
3
The list of items that displays in a list box or combo box is a(n) _______________.
A)option
B)property
C)class
D)collection
4
What is the lowest index value in a collection that has at least one item?
A)-1
B)1
C)0
D)10
5
Which property of the list box and combo box control contains the list of items in the control?
A)Items
B)List
C)Collection
D)Selection
6
What method is used to add a new item to the end of a list at run time?
A)Items.Insert
B)Items.End
C)Items.Add
D)Items.New
7
Which property is used to place the items in a list in alphabetical order?
A)Ordered
B)Sorted
C)Alphabetical
D)SortList
8
What method is used to add a new item into a particular location in the list at run time?
A)Items.Insert
B)Items.End
C)Items.Add
D)Items.New
9
The index number of the item selected by the user in a list is stored in the _______________ property.
A)SelectedItem
B)Selection
C)Index
D)SelectedIndex
10
What property should be used to determine the number of items in a list?
A)ListCount
B)Items
C)ItemCount
D)Count







Programming in Visual C# 2005Online Learning Center

Home > Chapter 7 > Multiple Choice Quiz