Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
Labels are used primarily for user input
A)True
B)False
2
TextBoxes can only display a single line of text, but RichTextBoxes can display text on multiple lines
A)True
B)False
3
A form can contain multiple group boxes
A)True
B)False
4
You are designing a form that will have three groups of radio buttons. You should create three group boxes, and then create the groups of radio buttons inside each of the group boxes
A)True
B)False
5
Your project requires the user to choose his or her gender. You should display the choices, Male and Female, using check boxes
A)True
B)False
6
The default setting for the Checked property of a check box is True
A)True
B)False
7
During design time, you can make a check box appear selected by setting its Checked property to False
A)True
B)False
8
When a check box is checked, the Checked property is set to True
A)True
B)False
9
The user can select multiple radio buttons in the same group
A)True
B)False
10
During run-time, if a radio button is selected, its Checked property is True.
A)True
B)False







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 2 > True or False