Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
The _______ component can be used to validate user input. It will display a flashing icon and display a tooltip style message to the user.
A)Validation
B)Validate
C)Error
D)ErrorProvider
2
The _______ property of a text box can be used to control the number of characters the user can type into the box
A)Length
B)InputCharacters
C)CharacterCasing
D)MaxLength
3
You can set the CharacterCasing property of a text box to _______ and the user's data entry will appear in uppercase.
A)Upper
B)Uppercase
C)Capitalized
D)ToUpper
4
_______ are small samples of code that can show you how to accomplish many programming tasks; they are available from the context menu in the Editor window.
A)SDIs
B)ToolStrips
C)Quickcodes
D)Code snippets
5
SDI is an acronym that stands for _______.
A)Single Device Interface
B)Single Document Interface
C)Subset Document Interlink
D)Switch Document Interlink
6
MDI is an acronym that stands for _______.
A)Multiple Device Interface
B)Multiple Document Interface
C)Many Document Interlink
D)Match Document Interlink
7
Which of the following statements regarding MDI parent and child forms is correct?
A)When a parent form is closed, all of its child forms close with it.
B)Child forms can be moved outside of the parent's area.
C)A parent form cannot contain menus.
D)A project can contain only one child form.
8
In order to make a form become a parent form in your project, you must set the _______ property to true.
A)MDI
B)Parent
C)IsMdiContainer
D)IsParent
9
The programmer can allow the user to display the open child windows vertically, horizontally, or cascaded by using the parent's _______.
A)Window method
B)Arrange method
C)LayoutMdi method
D)Menu method
10
Which of the following actions can the parent's Window menu perform?
A)List the open child windows
B)Allow the user to switch between windows
C)Arrange multiple child windows
D)All of the above







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 14 > Multiple Choice Quiz