Top 50+ Solved Working with Controls MCQ Questions Answer
Q. when we Declaring a variable before programming start it is calledas __________it tells Visual Basic to reserve space in memory.
a. explicit declaring
b. implicit declaring
c. public declaring
d. local declaring
Q. ______variables are not reinitialized each time Visual Invokes aprocedure and therefore retains or preserves value even when aprocedure ends
a. static
b. public
c. local
d. general
Q. when we declare the variable in _____ of VB then it is public variable
a. static
b. public
c. local
d. general
Q. when we declare the variable in a Particular control of vb then it is_________ variable .
a. static
b. public
c. local
d. general
Q. The ______ selection structure allows the programmer to specify thata different action is to be performed when the condition is True thanwhen the condition is False.
a. if ... then ..else
b. do while
c. dynamic array
d. array
Q. In _________: The size of the array can be changed at the run timesize changes during the program execution.
a. if ... then ..else
b. do while
c. dynamic array
d. array
Q. In ________ : The size of array always remains the same-size doesn'tchange during the program execution.
a. if ... then ..else
b. do while
c. dynamic array
d. fixed array
Q. . ---- is an activity that occurs during program execution such as mouseclick or keystroke.
a. event
b. module
c. code
d. property
Q. vb is an ----in which one can develop , run, test & debugapplications.
a. object based programming language
b. script language
c. mobile application
d. none of these
Q. ____are collections of small iconic button that resides in a Menu- bar
a. tool bar
b. command button
c. menu bar
d. tool box
Q. .---- array size can be changed at run time .
a. dynamic
b. fixed
c. single dimension
d. double dimension
Q. .----is the process of finding & removing errors.
a. debugging
b. error finding
c. processing
d. non of these
Q. VB is tool that allows you to develop application in ____
a. real time
b. gui
c. character
d. none of these