Top 150+ Solved Programming in Visual Basic MCQ Questions Answer

From 46 to 60 of 122

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

  • a. list box

Q. __________Executes the timer events at specified intervals of time

a. list box

b. radio

c. check box

d. timer controls

  • d. timer controls

Q. _____________ is the default Visual Basic data type

a. string

b. boolean

c. variant

d. date

  • c. variant

Q. ___________data types hold either a true or false value

a. string

b. boolean

c. variant

d. date

  • b. boolean

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

  • a. explicit declaring

Q. when we declare the variable in _____ of VB then it is public variable

a. static

b. public

c. local

d. general

  • b. public

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

  • c. dynamic 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

  • d. fixed array
Subscribe Now

Get All Updates & News