Visual Basic - Study Mode

[#456] Unintentional errors in application by declaring variables can be reduced by . . . . . . . .
Correct Answer

(C) Giving them minimum scope possible

[#457] The long form of SDI is . . . . . . . .
Correct Answer

(B) single document interface

[#458] The items in a combo box belong to which collection?
Correct Answer

(A) Items

[#459] frame is used to differentiate the one radio button group to another radio button group.
Correct Answer

(A) TRUE

[#460] An array is declared using the statement Dim inventory(4) As Product. Which of the following statements assigns the number 100 to the intQuantity member variable contained in the last array element?
Correct Answer

(C) inventory(3).intQuantity = 100