Visual Basic - Study Mode

[#631] Radio buttons are used to . . . . . . . .
Correct Answer

(C) limit user input

[#632] What output will be returned if the following Visual Basic code is executed? strCityState = "Nashville, TN"
intCharIndex = strCityState.IndexOf("TN")
Correct Answer

(D) -1
(G) 11

[#633] It is disadvantageous to use public variables in classes because . . . . . . . .
Correct Answer

(D) It cannot control its values

[#634] If you want text to appear to the left of the selected image control on a Web form, you would need to click which button in thePosition dialog box?
Correct Answer

(C) Left

[#635] The toString method formats the number stored in the numeric value and then returns the result as a . . . . . . . .
Correct Answer

(D) String