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
When copying form files from another project,only copy the file with the .vb file extension and VB will automatically copy the form files with the Designer.vb extension and the .resx extension.
(True/False)
4.9/5
(40)
In order to make a splash screen appear when a project begins,you must designate the form that is the splash screen in the Project Designer.
(True/False)
4.9/5
(41)
If you have many forms in your project and you are sure you won't need a form again,it is best to use the _______ when making the form disappear.
(Multiple Choice)
4.9/5
(43)
Variables declared as _______ are available only to the one form.
(Multiple Choice)
4.8/5
(34)
The programmer cannot make modifications to the code or the objects found in the About Box template.
(True/False)
4.8/5
(35)
Use _______ to make a variable available to all classes in a project.
(Multiple Choice)
4.8/5
(34)
When you use the Hide method on a particular form,the form will be removed from the screen and from memory.
(True/False)
4.7/5
(28)
In order to add a new blank form to a project,select _______ from the "Project" menu.
(Multiple Choice)
4.8/5
(37)
Write the statement to make the form named,MainForm,disappear and be removed from memory.
(Short Answer)
4.8/5
(39)
If you need to have a form disappear and you want it removed from memory,you should use the _______ method.
(Multiple Choice)
4.8/5
(43)
When adding a form from another project,you should copy the form's files into the project folder and then select "Add Existing Item" from the "Project" menu.
(True/False)
4.9/5
(37)
When you select a form and choose "Exclude from project" from the "Project" menu,the form is removed from the project,but it is not deleted.
(True/False)
4.8/5
(42)
Message boxes allow the programmer to be very creative when displaying summary information and company logos.
(True/False)
4.8/5
(41)
The logo or window that appears when a program is loading is called the About Box.
(True/False)
4.9/5
(40)
Add a new form to a project by selecting "Add Windows Form" from the "Project" menu.
(True/False)
4.9/5
(43)
With a project that uses multiple forms,it is possible to have objects with the same name,such as ExitButton,on different forms.
(True/False)
4.8/5
(35)
Showing 41 - 60 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)