Top 50+ Solved Visual Basic (VB) MCQ Questions Answer
Q. The constant which are readymade in VB are called as _______ constant.
a. numeric
b. string
c. named
d. intrinsic
Q. The constant which are defined by user is known as _____ constant.
a. numeric
b. string
c. named
d. intrinsic
Q. ____ function is used to convert a text value to a numeric value.
a. ucase( )
b. lcase( )
c. val( )
d. len( )
Q. _____ can be used in an application to give user True/False or Yes/No Option
a. option button
b. check box
c. text box
d. label
Q. _____ allows the user to select any number of options at a time from a group.
a. option button
b. check box
c. text box
d. label
Q. _____ is used to display headings and messages.
a. option button
b. check box
c. text box
d. label
Q. _______ property of a Text Box is True then user cannot type anything in a Text Box.
a. text
b. locked
c. name
d. backcolor
Q. _______ statement cannot be used to create a loop.
a. do – while
b. for – next
c. while – wend
d. if – else