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

1
The position of the selected item is contained in
A)SelectedItem propery
B)SelectedIndex property
C)Items collection
D)Items.Count
2
To remove the fifth element from a list the appropriate method would be
A)Remove
B)Clear
C)RemoveAt
D)Either b or c
3
An Until clause may be placed on which statement?
A)Loop
B)For
C)Continue
D)Exit
4
How may times will the body of the following loop be executed: For countInteger = 3 to 14 Step 5
A)2
B)3
C)4
D)5
5
The horizontal print location should be set to:
A)printFont.GetHeight
B)fontSizeF.Width
C)e.MarginBounds.Top
D)e.MarginBounds.Left







Programming in VB .NET 2005Online Learning Center

Home > Chapter 7 > Multiple Choice Quiz