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

1
Which of the following is not considered a type of validation?
A)using the MaxLength property of the text box control
B)using the ErrorProvider component for field level validation
C)using the CharacterCasing property to convert data entry to uppercase
D)All of these are types of validation.
2
The code for field-level validation is usually placed in the ___________ event.
A)Enter
B)Validating
C)Validated
D)LostFocus
3
The Validating event for a control occurs
A)if the CausesValidation property of the control losing focus is set to false.
B)if the CausesValidation property of the control losing focus is set to true.
C)if the CausesValidation property of the control gaining focus is set to true.
D)if the CausesValidation property of the control gaining focus is set to false.
4
Microsoft Word is an example of _______________ because it has a parent window and one or more child forms that reside in the parent window.
A)SDI
B)MDI
C)EDI
D)PDI
5
The menu bar of most MDI applications contains a(n) _______________ menu that displays a list of all open windows.
A)Window
B)List
C)Child
D)Open Windows
6
Any form in an application can be turned into an MDI parent form by changing its _______________ property to true.
A)MdiContainer
B)MdiParent
C)IsMdiParent
D)IsMdiContainer
7
To make a form into a child window, you should set the child's _______________ property to the name of the current (parent) form.
A)IsMdiParent
B)MdiParent
C)ParentName
D)ParentForm
8
The Window menu is created by setting the MdiWindowListItem property of the
A)MenuStrip control.
B)Window component.
C)ToolStripMenuItem.
D)ChildList.
9
The LayoutMdi method takes an argument that defines the type of layout to be used. Which of the following is not a valid layout?
A)MdiLayout.Cascade
B)MdiLayout.TileBlocked
C)MdiLayout.TileHorizontal
D)MdiLayout.TileVertical
10
A(n) _______________ in an application contains easy shortcuts for menu items.
A)toolbox
B)status bar
C)toolbar
D)none of these







Programming in Visual C# 2005Online Learning Center

Home > Chapter 14 > Multiple Choice Quiz