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

1
Which of the following is not an option on a menu strip?
A)MenuItem
B)ComboBox
C)Separator
D)Label
2
The About item is usually contained on which menu?
A)File
B)Edit
C)Window
D)Help
3
Which of the following is not a type of common dialog box?
A)Font
B)Color
C)Save
D)ContextMenu
4
To pass values to a sub procedure:
A)You must name the variable the same in the calling procedure and the general procedure.
B)Pass the values ByRef
C)Specify the data type and variable name inside the parentheses of the sub procedure.
D)Values cannot be passed to a sub procedure.
5
In the following statement Private Function Commission(ByVal salesAmountDecimal As Decimal) As Decimal the underlined code refers to the
A)Access modifier
B)Function name
C)Argument data type
D)Return data type







Programming in VB .NET 2005Online Learning Center

Home > Chapter 5 > Multiple Choice Quiz