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

1
Controls such as the text box, group box, check box, and radio button are added to forms from the _______________.
A)Help screen
B)menu bar
C)toolbar
D)toolbox
2
What type of control should be used when you want the user to type some input characters?
A)label
B)text box
C)radio button
D)check box
3
Which of the following statements shows a correctly formatted statement that assigns a literal to the Text property of a control named messageTextBox?
A)messageTextBox.Text = "Hi Watson";
B)messageTextBox.Text = 'Hi Watson';
C)messageTextBox = Text."Hi Watson";
D)Text.messageTextBox = "Hi Watson";
4
Which type of control is used as a container for other controls?
A)Text box
B)Group box
C)Radio button
D)Label
5
Which event is triggered when the user clicks in a check box?
A)CheckChanged
B)Changed
C)CheckClicked
D)none of these
6
Which type of control can adjust the image size using the SizeMode property?
A)PictureBox
B)Radio button
C)Check box
D)Group box
7
The _______________ property of a PictureBox control is used to specify the name of the .bmp, .gif, .jpg, .jpeg, .png, .ico, or .emf file to be displayed.
A)Graphic
B)File
C)Image
D)Picture
8
The _______________ property of a PictureBox control should be set to StretchImage to make the picture enlarge to fill the control
A)Fill
B)SizeMode
C)Enlarge
D)PictureMode
9
What is the name of the property used to configure a control to be three-dimensional or flat?
A)Dimension
B)Flat
C)BorderStyle
D)Fixed
10
You can easily resize and align a group of selected controls using the buttons on the Layout toolbar or the corresponding items on the _______________ menu.
A)Format
B)Align
C)Resize
D)Group







Programming in Visual C# 2005Online Learning Center

Home > Chapter 2 > Multiple Choice Quiz