Exam 6: Multiform Projects
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
If you need to have a form disappear but remain available in memory,you should use the _______ method.
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
C
About boxes are typically displayed by selecting "About" from the "Help" menu.
Free
(True/False)
4.8/5
(44)
Correct Answer:
True
The form's Load event occurs each time the form is displayed.
Free
(True/False)
4.9/5
(37)
Correct Answer:
False
If the programmer adds a Splash Screen template to a project,it will automatically be displayed for five seconds when the program begins loading.
(True/False)
4.8/5
(36)
To add a form from another project into your project,select _______ from the "Project" menu.
(Multiple Choice)
4.8/5
(38)
The number of forms allowed in a Visual Basic project is virtually unlimited.
(True/False)
4.9/5
(41)
Write the statement to declare a constant that can be used in multiple forms and that will hold the ABC company name.
(Essay)
4.7/5
(42)
An About box should be closed,but a form that displays summary information may simply be hidden.
(True/False)
4.7/5
(32)
When a project begins,the first form to display is called the _______.
(Multiple Choice)
4.8/5
(34)
Use the _______ if you want to require the user to respond to the form that is displayed before continuing.
(Multiple Choice)
4.8/5
(28)
If you want to make sure that the focus is in the correct object when a form displays,you should write code in the form's _______ event.
(Multiple Choice)
4.8/5
(42)
When a form is displayed as __________________,the user is prevented from accessing any other form,even if another form is visible.
(Multiple Choice)
4.9/5
(35)
In order to add a template for a splash screen to a project,select _______ from the "Project" menu.
(Multiple Choice)
4.8/5
(35)
The _______ is available in most Windows programs and usually displays information about the program version as well as the company name.
(Multiple Choice)
4.9/5
(36)
Give an example of when you might want to hide a form instead of closing it.Explain why hiding would be better than closing the form.
(Essay)
4.7/5
(34)
The _______ is found in the Project Designer and contains the information about the program title,program version,programmer,and company.
(Multiple Choice)
5.0/5
(45)
Showing 1 - 20 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)