Visual Basic - Study Mode

[#496] Which of the following is used to write a stream of characters in Visual Basic?
Correct Answer

(C) StreamWriter object

[#497] Which of the following instructs a function to return the contents of the decStateTax variable?
Correct Answer

(A) Return decStateTax

[#498] A . . . . . . . . is a word that has special meaning in computer language.
Correct Answer

(A) keyword

[#499] The . . . . . . . . event occurs when the user either types a value in the text portion of a combo box or selects a different item in the list portion.
Correct Answer

(D) TextChanged

[#500] . . . . . . . . are open from the View menu or pressing the key F2. The left column of the Object Browser lists the objects and classes that are available in the projects
Correct Answer

(D) object browser