Visual Basic - Study Mode

[#291] To include an image on the form we use which toolbox?
Correct Answer

(A) Picture Box

[#292] An . . . . . . . . function will display a message box where the user can enter a value.
Correct Answer

(B) inputbox()

[#293] What will be in text, if Intid contains 2? Select Case Intid
Case 1
Text="Jannet"
Case 2 to 4
Text="Mark"
Case 5, 7
Text="Jerry"
Case Else
Text="Sue"
End Select
Correct Answer

(B) Mark

[#294] The . . . . . . . . validator is used to verify that an entry is within the specified minimum and maximum values.
Correct Answer

(B) RangeValidator

[#295] Each memory location listed in the parameterList in the procedure header is referred to as . . . . . . . .
Correct Answer

(C) a parameter