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

1
The term, "graphics", refers to which of the following?
A)text
B)drawing
C)image
D)All of the above.
2
To make sure that the graphics on the form get redrawn every time the form is rendered, place the code in the form's _______ procedure.
A)Load
B)Activate
C)Redraw
D)Paint
3
The form you are designing requires a blue line graphic that is 10 pixels wide. What is the declaration statement for the Pen object?
A)Dim bluePen as New Pen (Color,10)
B)Dim bluePen(10) as New Pen (ColorBlue)
C)Dim Pen(blue) as New Pen(10)
D)Dim bluePen as New Pen(Color.Blue, 10)
4
The _______ class contains various methods for returning random numbers of different data types.
A)Generate
B)Random
C)Rnd
D)Randomize
5
To produce smooth movement of a control on a form, use the control's _______ method.
A)MoveBounds
B)LeftBounds
C)SetBounds
D)TopBounds







Programming in VB .NET 2005Online Learning Center

Home > Chapter 13 > Multiple Choice Quiz