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

1.
The Microsoft Intermediate Language (MSIL) is combined with metadata to create a file called the _______ file which has an .exe or .dll extension.
A)portable executable (PE)
B)metafile
C)reference
D)attribute
2.
Tags containing information about parts of a program are called _______.
A)references
B)classes
C)attributes
D)assemblies
3.
When you compile a Visual Basic program without any errors, the resulting .exe or .dll file is stored in the _______ folder.
A)Resources
B)WebReference
C)obj\Debug
D)bin\Debug
4.
A(n) _______ menu on an MDI parent form is used to list the open child windows.
A)Window
B)Child
C)MDI
D)Open
5.
A status bar is typically located at the _______ of a form to display information such as date, time, or the status of the Cap Lock or Num Lock key.
A)top
B)left side
C)bottom
D)right side







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 1 > Multiple Choice Quiz