Explore topic-wise MCQs in Testing Subject.

This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.

1.

_______is used to differentiate the one redio button group to another radio button group.

A. frame
B. top
C. dim
D. list
Answer» B. top
2.

The ____ include all widow property, form, project ,form layout .

A. ide
B. adodc
C. msaccess
D. none of these
Answer» B. adodc
3.

MS-access or oracle is the example of ___ _______software.

A. back end
B. front end
C. mathematical
D. none of these
Answer» B. front end
4.

The main property of ADODC control property is ___

A. data source
B. caption
C. text
D. none of these.
Answer» B. caption
5.

Following properties is use full to link ms-access in ADODC.

A. data source
B. caption
C. text
D. list
Answer» B. caption
6.

VB is the example of____________software .

A. backhand
B. front end
C. o.s
D. none of these.
Answer» C. o.s
7.

Ms Access is used to ________

A. store data
B. display data
C. create data
D. none of these
Answer» B. display data
8.

in ______box & ____ can edit in run time

A. text box & combo box
B. list and combo
C. label and text
D. all of these.
Answer» B. list and combo
9.

_______ is used to differentiate the one redio button group to another radio button group.

A. bottom
B. top
C. dim
D. frame
Answer» E.
10.

To declare the variable in vb _________-this key word is used

A. bottom
B. top
C. dim
D. frame
Answer» D. frame
11.

Toolbar is display at the __________ of the mdi form.

A. bottom
B. top
C. dim
D. frame
Answer» C. dim
12.

status bar is display at the _____of the mdi forms.

A. bottom
B. top
C. dim
D. frame
Answer» B. top
13.

To create menu on MDI form, we have to select _________

A. view code
B. menu editor
C. images
D. lock control
Answer» C. images
14.

____________menu is open by right button of the mouse .

A. short cut menu
B. popup menu
C. sub menu
D. none of these
Answer» C. sub menu
15.

To menu editor is available in ___________button of the mouse

A. left
B. right
C. got focus
D. none of these
Answer» B. right
16.

Progress bar is always work with _________control.

A. text box
B. timer
C. menu
D. none of these.
Answer» C. menu
17.

What is the use of OLE

A. we can link to the other application
B. we can remove the other application
C. we can adjust the application
D. none of these
Answer» B. we can remove the other application
18.

Stretch property is used set_________of images .

A. width and height
B. border
C. color
D. load picture
Answer» B. border
19.

The main Property of picture box is ___ _______

A. check
B. value
C. caption
D. picture
Answer» E.
20.

______ property is used set width and height of images .

A. check
B. value
C. stretch
D. load picture
Answer» D. load picture
21.

The main Property of radio button box is ___ _______

A. check
B. value
C. stretch
D. load picture
Answer» C. stretch
22.

The main Property of check box is _______ ___

A. check
B. value
C. stretch
D. load picture
Answer» B. value
23.

.--- is the process of putting two string together.

A. concatenation
B. grouping
C. remove
D. none of these
Answer» B. grouping
24.

A variable is scoped to a global or local variable depending on how it is declared.

A. true
B. false
C. both
D. none of these
Answer» B. false
25.

Variables are used to temporarily store data during execution of application.

A. true
B. false
C. both
D. none of these
Answer» B. false
26.

VB allows programmers to without the declaring data type before start the program it is called ____

A. explicit
B. implicit
C. dim
D. none of these
Answer» C. dim
27.

Vb allows programmers to define a data type before start the program it is called ____

A. explicit
B. implicit
C. dim
D. none of these
Answer» B. implicit
28.

The code in an application can be broken into logical component by ---- process

A. modular
B. procedural
C. partitioning
D. none of these
Answer» C. partitioning
29.

The methods which loads the form into memory _______ it on screen.

A. load
B. show
C. display
D. all of above
Answer» D. all of above
30.

none of these 36)The data control s used to link _____________

A. oracle
B. ms-excel
C. ms-access
D. none of these
Answer» E.
31.

The variable that does not change the value during execution of program is______

A. numeric
B. string
C. constant
D. none
Answer» D. none
32.

In vb ________ is the extension to represent project file.

A. .frm
B. .vbp
C. .cls
D. .vb
Answer» C. .cls
33.

___is data type that can be used to declare a text of maximum 10 million.

A. date
B. long
C. numeric
D. string
Answer» E.
34.

In vb variable name cannot be more than --- characters

A. 255
B. 300
C. 355
D. 4000
Answer» B. 300
35.

___object browser is used for finding out about object, properties & methods.

A. form layout window
B. code editor window
C. object browser
D. none of these
Answer» D. none of these
36.

VB is tool that allows you to develop application in ____

A. real time
B. gui
C. character
D. none of these
Answer» C. character
37.

The default property for a command control is ----

A. caption
B. text
C. list
D. background
Answer» B. text
38.

.----is the process of finding & removing errors.

A. debugging
B. error finding
C. processing
D. non of these
Answer» B. error finding
39.

.---- array size can be changed at run time .

A. dynamic
B. fixed
C. single dimension
D. double dimension
Answer» B. fixed
40.

____are collections of small iconic button that resides in a Menu- bar

A. tool bar
B. command button
C. menu bar
D. tool box
Answer» D. tool box
41.

vb is an ----in which one can develop , run, test & debug applications.

A. object based programming language
B. script language
C. mobile application
D. none of these
Answer» B. script language
42.

. ---- is an activity that occurs during program execution such as mouse click or keystroke.

A. event
B. module
C. code
D. property
Answer» B. module
43.

In ________ : The size of array always remains the same-size doesn't change during the program execution.

A. if ... then ..else
B. do while
C. dynamic array
D. fixed array
Answer» E.
44.

The ______ selection structure allows the programmer to specify that a different action is to be performed when the condition is True than when the condition is False.

A. if ... then ..else
B. do while
C. dynamic array
D. array
Answer» B. do while
45.

code in vb is stored in the form of ----

A. module
B. form
C. .vbp
D. none of these
Answer» B. form
46.

when we declare the variable in a Particular control of vb then it is _________ variable .

A. static
B. public
C. local
D. general
Answer» D. general
47.

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
Answer» D. array
48.

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

A. static
B. public
C. local
D. general
Answer» C. local
49.

______variables are not reinitialized each time Visual Invokes a procedure and therefore retains or preserves value even when a procedure ends

A. static
B. public
C. local
D. general
Answer» B. public
50.

when we Declaring a variable before programming start it is called as __________it tells Visual Basic to reserve space in memory.

A. explicit declaring
B. implicit declaring
C. public declaring
D. local declaring
Answer» B. implicit declaring