bection A. Single choice (please write your answer for each question. Total 30 points for 15 questions, 2 points per question). When you name an object, which of the following rules is correct? A. An object name can begin with a digit. B. An object name can include a space. C. An object name can be a VB reserved word. D. An object name can contain a VB reserved word. 2. Which of the following descriptions is incorrect for Text property? A. Used to display text values on a control. B. The text property of a form displays the words that displayed in the form' s title bar. C. The text property for a button displays the words on the button. D. The text property for a text box cannot be used to display the actual words typed into the text box. 3, Which of the following descriptions is incorrect for Toolbox? A. Contains objects that are used to build the interface of a form. B. Used to add objects to a form by double-clicking. C. Used to add objects to a form by single-clicking. D. Used to add objects to a form by dragging and dropping. 4 Which of the following objects is a special form of TextBox object with special properties to format the data entered by an application user? A. MaskedTextBox B. CheckBox C. GroupBox D. RadioButon 5 Which of the following descriptions is incorrect for RadioButton? A. Only one RadioButton in a group can be selected. B. In a group, selecting a new RadioButton causes the other RadioButtons to be unselecte C. In a group, user can select zero, one, or more than one RadioButtons. D. If a RadioButton' Checked property to be true, then this RadioButton is selected 6 How to output a string of I Love Visual Basic ? I ControlChars. Newline "Love" ControlChars. NewLine 1 & "Love & VisualBasic" "1 & "Love" Contro!Chars. NewLine "Visual Basic- "Visual Basic B. D. c. 1 & "Love & "Visual Basic