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

1
The Image property of a PictureBox control may contain what type of file?
A)bmp
B)gif
C)jpeg
D)Any of the above
2
Selecting multiple controls allows you to
A)Move the controls as a group
B)Set properties for all of the controls
C)Align the controls
D)All of the above
3
Focus may be set to a text box
A)By setting the TabStop property of the text box to False.
B)By setting the TabIndex property of the text box.
C)By setting the TabIndex property of the preceding label.
D)Focus cannot be set on a text box.
4
The & is used
A)For setting keyboard access.
B)To concatenate two string fields.
C)To continue long program lines.
D)Both a and b.
5
Which of the following does not clear a text box?
A)Me.nameTextBox.Clear()
B)Me.nameTextBox.Empty()
C)Me.nameTextBox = String.Empty
D)Me.nameTextBox = “”







Programming in VB .NET 2005Online Learning Center

Home > Chapter 2 > Multiple Choice Quiz