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

1
Any text, drawing, image, or icon that you can display on the screen is called _______________.
A)a stream
B)a graphic
C)a method
D)animation
2
What type of control does a Web Form use to display a graphics file?
A)Image control
B)List control
C)Frame control
D)PictureBox control
3
The .NET Framework uses _______________ technology to draw graphics.
A)Control Device Interface (CDI+)
B)Graphics Device Interface (GDI+)
C)Graphics Development Methods (GDM+)
D)none of these
4
What event handler should be used to execute the methods required to draw lines and shapes on a form?
A)Paint
B)Load
C)Refresh
D)Repaint
5
What type of object is used in the Paint event handler to draw lines and shapes?
A)Line
B)Paint
C)Draw
D)Graphics
6
What method of a form or control can be called to create a graphic object in a method other than the Paint event?
A)Paint
B)NewGraphics
C)CreateGraphics
D)Graphics
7
What object is used to draw lines or outlined shapes such as rectangles or circles?
A)Line
B)Pen
C)Draw
D)Brush
8
What object is used to create filled shapes?
A)Line
B)Pen
C)Draw
D)Brush
9
The width of a Pen object is set in _______________, which is the abbreviation of picture element.
A)grids
B)inches
C)pixels
D)millimeters
10
What is the default width of a Pen object if no width is set?
A)0
B)1
C)10
D)100







Programming in Visual C# 2005Online Learning Center

Home > Chapter 13 > Multiple Choice Quiz