Top 50+ Solved Working with Controls MCQ Questions Answer
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
Q. __________ Displays a list of items from which a user can select one.
a. list box
b. radio
c. check box
d. none of these
Q. __________Executes the timer events at specified intervals of time
a. list box
b. radio
c. check box
d. timer controls
Q. ______ Use to store alphanumeric values. A variable length string canstore approximately 4 billion characters
a. string
b. boolean
c. variant
d. date
Q. . In Visual Basic if we declare a variable without any data type by__________this the data type is assigned as default..
a. string
b. boolean
c. variant
d. date
Q. A variable declared as __________ type can store both values and itcan store date values 01/01/0100 up to 12/31/9999
a. string
b. boolean
c. variant
d. date