Visual Basic - Study Mode
[#376] The. . . . . . . . control lets the user selects or unselects an option we can select more than one option from the group.
Correct Answer
(B) checkbox
[#377] Programmers refer to the sequence of character as . . . . . . . .
Correct Answer
(B) Stream of characters
[#378] In VB the . . . . . . . . function converts a string to a number.
Correct Answer
(A) str()
[#379] We can determine number of elements in two-dimensional array by . . . . . . . .
Correct Answer
(A) Multiplying number of rows and number of columns
[#380] . . . . . . . . property disables the Minimize button on the form's title bar.
Correct Answer
(A) Minimize property