[go: up one dir, main page]

0% found this document useful (0 votes)
6 views6 pages

Programming in Visual Basic Set 5

Uploaded by

bachameski
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views6 pages

Programming in Visual Basic Set 5

Uploaded by

bachameski
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Programming in Visual Basic MCQs [set-5]

Chapter: Working with Controls

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


A. 255
B. 300
C. 355
D. 4000
Answer: A

Chapter: Working with ActiveX Controls & Menus

o m
102. In vb ________ is the extension to represent project file.
A. .frm
. c
B. .vbp te
a
C. .cls
D. .vb
q M
Answer: B
c
M
103. ___is data type that can be used to declare a text of maximum 10 million.
A. date
B. long
C. numeric
D. string
Answer: D

104. The variable that does not change the value during execution of program
is______
A. numeric
B. string
C. constant
D. none
Answer: C
105. none of these 36)The data control s used to link _____________
A. oracle
B. ms-excel
C. ms-access
D. none of these
Answer: D

106. The methods which loads the form into memory _______ it on screen.
A. load
B. show
C. display
D. all of above
Answer: C

107. The code in an application can be broken into logical component by ----
process
A. modular
B. procedural
C. partitioning
D. none of these
Answer: B

108. 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: A

109. 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: B

View all MCQ's at McqMate.com


110. Variables are used to temporarily store data during execution of application.
A. true
B. false
C. both
D. none of these
Answer: A

111. 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: A

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


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

113. The main Property of check box is _______ ___


A. check
B. value
C. stretch
D. load picture
Answer: A

114. The main Property of radio button box is ___ _______


A. check
B. value
C. stretch
D. load picture
Answer: B

115. ______ property is used set width and height of images .

View all MCQ's at McqMate.com


A. check
B. value
C. stretch
D. load picture
Answer: C

116. Stretch property is used set_________of images .


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

117. The main Property of picture box is ___ _______


A. check
B. value
C. caption
D. picture
Answer: D

118. Progress bar is always work with _________control.


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

119. To menu editor is available in ___________button of the mouse


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

120. ____________menu is open by right button of the mouse .


A. short cut menu
B. popup menu

View all MCQ's at McqMate.com


C. sub menu
D. none of these
Answer: B

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


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

122. status bar is display at the _____of the mdi forms.


A. bottom
B. top
C. dim
D. frame
Answer: A

123. Toolbar is display at the __________ of the mdi form.


A. bottom
B. top
C. dim
D. frame
Answer: B

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


A. bottom
B. top
C. dim
D. frame
Answer: C

125. _______ is used to differentiate the one redio button group to another radio
button group.
A. bottom
B. top
C. dim
D. frame

View all MCQ's at McqMate.com


Answer: D

View all MCQ's at McqMate.com

You might also like