Top 150+ Solved Programming in Visual Basic MCQ Questions Answer
Q. The _________allows us to browse through the various properties,events and methods that are made available to us
a. properties window
b. project explorer
c. object
d. object browser
Q. __________are open from the View menu or pressing the key F2. Theleft column of the Object Browser lists the objects and classes that areavailable in the projects
a. properties window
b. project explorer
c. object
d. object browser
Q. Object Browser are open from the ________or pressing the key F2.The left column of the Object Browser lists the objects and classes thatare available in the projects
a. view menu
b. tool menu
c. insert menu
d. object browser
Q. All Code in Visual Basic is stored in the form of______
a. properties window
b. module
c. object
d. object browser
Q. There are 3 type of modules following are not include in it.
a. form modules,
b. standard modules
c. class modules.
d. basic module.
Q. The long form of SDI is _________
a. multiple document interface
b. single document interface
c. single data interface
d. system document interface
Q. The long form of MDI is____________.
a. multiple document interface
b. single document interface
c. single data interface
d. system document interface
Q. _______ is used to work as parents, its main property is mdi child , allthe forms are open within MDI
a. multiple document interface
b. single document interface
c. single data interface
d. system document interface
Q. MDI is used to work as ________, its main property is mdi child , allthe forms are open within MDI
a. parents
b. child
c. form
d. menu
Q. MDI is used to work as parents, its main property is ____ , all theforms are open within MDI
a. mdi child
b. multiple
c. list
d. background
Q. In VB , . A _______ returns a value and a Sub Procedure does notreturn a value.
a. function procedure
b. sub procedure
c. mdi
d. sdi
Q. In VB , . A Function procedure returns a value and a _____ does notreturn a value.
a. function procedure
b. procedure
c. mdi
d. sdi
Q. In VB, Standard modules and Class modules. provides three kind ofproperty procedures but following not include in this
a. property let procedure
b. property get procedure
c. property set procedure
d. property post procedure