Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function
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
You can pass arguments to sub procedures and function procedures.
(True/False)
4.7/5
(44)
A function procedure may perform an action,but it only returns a value if the program code requests a value to be returned.
(True/False)
4.8/5
(33)
Explain the differences between ByVal and ByRef when passing arguments.B.ByRef sends a reference indicating where the value is stored in memory,allowing the called procedure to actually change the argument's original value.
(Essay)
4.8/5
(33)
When creating a menu,if an item named "Help" is listed,it should be at the far right and the H should have keyboard access.
(True/False)
4.8/5
(41)
You must declare the name of a function as a module-level variable if you want it to return values.
(True/False)
4.9/5
(48)
Which of the following statements about context menus is NOT true?
(Multiple Choice)
4.8/5
(36)
When creating menus with the MenuStrip component,the Name property is used to hold the words that will appear on the screen in the menu bar.
(True/False)
4.7/5
(36)
Which property of a menu must be set to True if you want an item to have a check mark next to it when the project runs?
(Multiple Choice)
4.8/5
(43)
If you use the ShowDialog method to display a common dialog box,the window that is displayed is modal.
(True/False)
4.8/5
(44)
Of the following choices,which CANNOT be done with common dialog boxes?
(Multiple Choice)
4.9/5
(41)
After adding a common dialog component to a form,you can display a common dialog box at run time using the OpenDialog method.
(True/False)
5.0/5
(41)
The return value from a function procedure is contained in a variable with the same name as the function.
(True/False)
4.7/5
(41)
Showing 21 - 38 of 38
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)