Exam 2: Creating Applications With Visual Basic
Exam 1: Introduction to Programming and Visual Basic40 Questions
Exam 2: Creating Applications With Visual Basic36 Questions
Exam 3: Variables and Calculations41 Questions
Exam 4: Making Decisions39 Questions
Exam 5: Lists and Loops36 Questions
Exam 6: Procedures and Functions31 Questions
Exam 7: Multiple Forms, Modules, and Menus36 Questions
Exam 8: Arrays and More34 Questions
Exam 9: Files, Printing, and Structures36 Questions
Exam 10: Working With Databases32 Questions
Exam 11: Developing Web Applications33 Questions
Exam 12: Classes, Collections, and Inheritance36 Questions
Select questions type
The value of a control's property may be changed while the application is running by .
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
A
The _property can prevent the user from resizing your application's form at runtime.
Free
(Multiple Choice)
4.7/5
(30)
Correct Answer:
D
You can run an application in all of the following ways except ___.
Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
B
The code template for an event handler identifies it as a type of _procedure.
(Multiple Choice)
4.9/5
(44)
Which of the following displays a message box with the text "Hello World"?
(Multiple Choice)
4.8/5
(32)
The __property of a label determines if the label can be seen by the user at runtime.
(Multiple Choice)
5.0/5
(29)
A label control may be added to a form by double-clicking on the Label control icon in the _window.
(Multiple Choice)
4.9/5
(38)
If a Label control's AutoSize property equals False and the label is not wide enough for the text assigned to the control, ___.
(Multiple Choice)
4.8/5
(34)
When you select a control on a form in the Designer window, __.
(Multiple Choice)
4.8/5
(38)
The form's _property can be set to True or False, depending on whether or not you want the minimize button to appear.
(Multiple Choice)
4.9/5
(39)
Which of one of the following will stop an application and end its execution?
(Multiple Choice)
4.8/5
(44)
The _property appears in parentheses so it will appear at the top of the alphabetical Property list.
(Multiple Choice)
4.8/5
(31)
The _control uses a Label to display program status information and messages to the user.
(Multiple Choice)
4.7/5
(31)
Choose the correct assignment statement for a Label control named lblTitle that would align the control's text with the middle and center of the control's bounding box?
(Multiple Choice)
4.7/5
(38)
In order to delete a control from a form, you should select the control and then .
(Multiple Choice)
4.9/5
(45)
To lock all of the controls on a form during design time, ____.
(Multiple Choice)
4.7/5
(37)
Assume you have a Button control named btnDisplayList. Which is the default name for an event procedure that will be executed when the user clicks on the control?
(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)