0% found this document useful (0 votes)
393 views1 page

Visual Basic MCQs and Answers

Visual Basic Programming MCQs provides a 10 question multiple choice quiz about Visual Basic concepts including: - Visual Basic allows development of applications using graphical user interfaces - The Form_MouseDown procedure executes when a mouse button is clicked in the form - The Hide method removes a dialog box from view - The Object Browser is used to find information about objects, properties and methods - Public constants cannot be declared in forms or class modules

Uploaded by

Amy Kash
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)
393 views1 page

Visual Basic MCQs and Answers

Visual Basic Programming MCQs provides a 10 question multiple choice quiz about Visual Basic concepts including: - Visual Basic allows development of applications using graphical user interfaces - The Form_MouseDown procedure executes when a mouse button is clicked in the form - The Hide method removes a dialog box from view - The Object Browser is used to find information about objects, properties and methods - Public constants cannot be declared in forms or class modules

Uploaded by

Amy Kash
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/ 1

Visual Basic Programming MCQs

1. Visual Basic is a tool that allows you to develop application in…………


a. Real time
b. Graphical User Interface
c. Character User Interface
d. None of These
2. Form_Mouse Down ( ) procedure is executed when any mouse button is clicked in a free area of
the ______.
a. window
b. form
c. screen
d. None of the above.
3. _____ method removes a dialog box from view.
a. Display
b. Disable
c. Hide
d. Enabled
4. _______ is used for finding out about objects, properties and methods.
a. Object browser
b. Form layout window
c. Code editor window
d. None of the above
5. _______ cannot be declared in a form or class module
a. Public constants
b. Private constants
c. Static constants
d. None of these
6. _______ function is used to return a copy of a string without leading spaces.
a. Ltrim
b. Rtrim
c. Trim
d. All of the above
7. _______ is a method which moves the focus to the specified control or form
a. Setfocus
b. Gotfocus
c. Lostfocus
d. None of these
8. The default property for a text box control is _____
a. Text
b. Password char
c. Multiline
d. Enable
9. The ______ is a tool used for both the Input and output purpose.
a. command button
b. text box
c. label
d. combo box
10. In visual basic the declaration of variables is done by _____ key word.
a. int
b. dim
c. static
d. declare

For more questions please visit www.gkseries.com

You might also like