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
Using a static local variable is better than using a module-level variable because it is always best to keep the scope of a variable as narrow as possible.
(True/False)
4.8/5
(38)
No other program code can execute until the modal form has been responded to and hidden or closed.
(True/False)
4.9/5
(38)
Which of the following is the correct statement to declare a variable that will keep track of the number of books sold at a school bookstore,and that will be available in order to display the total on a summary form?
(Multiple Choice)
4.8/5
(39)
The project's assembly information can be retrieved by using the _______ object.
(Multiple Choice)
4.8/5
(33)
The ShowDialog method displays a form as modal and is a good choice when you need the user to respond to the form before continuing.
(True/False)
4.9/5
(43)
A form's Close method removes the form from the screen and from memory.
(True/False)
4.7/5
(41)
Forms can be deleted by choosing "Exclude from project" from the "Project" menu.
(True/False)
4.9/5
(35)
In order to make a variable available to other forms in a project,it must be declared as Static.
(True/False)
4.8/5
(43)
The user must respond to the form in some way when it is displayed as modeless.
(True/False)
4.9/5
(39)
Variables that are declared locally and that will retain their values for multiple calls to the procedure should be declared as _______.
(Multiple Choice)
4.8/5
(43)
In a project with multiple forms,the _____________ form is the first form loaded into the computer's memory and displayed on the desktop.
(Multiple Choice)
4.9/5
(32)
If forms are hidden,it is possible to have multiple forms in system memory and no forms appearing on the screen.
(True/False)
4.8/5
(32)
If you declare a variable in a local procedure as Static,each call to the procedure preserves the previous value of the variable.
(True/False)
4.8/5
(30)
The programmer can change the program's version by modifying the Assembly Information.
(True/False)
4.9/5
(38)
Write code in the form's Activated event if you want to set the focus in a specific object when a form appears.
(True/False)
4.8/5
(36)
If you need the user to respond to a form before continuing,you should display the form as _______.
(Multiple Choice)
4.9/5
(33)
Which of the following is the correct order of events that occur when a form is displayed?
(Multiple Choice)
4.9/5
(42)
Splash screens are widely used to give the user the indication that the program is loading and starting.
(True/False)
4.7/5
(43)
Showing 21 - 40 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)