 |
| 1 |  |  The term, graphics, refers to any text, drawing, image, or icon you display on the screen. |
|  | A) | True |
|  | B) | False |
|
|
 |
| 2 |  |  The Graphics methods that are used to draw a circle on a form or control can be used with either a Windows Form or a Web Form. |
|  | A) | True |
|  | B) | False |
|
|
 |
| 3 |  |  In the VB graphics environment, the programmer does not have to be concerned about the physical characteristics of the output device. |
|  | A) | True |
|  | B) | False |
|
|
 |
| 4 |  |  The form's Paint event executes when the window is displayed, resized, moved, maximized, restored, or uncovered |
|  | A) | True |
|  | B) | False |
|
|
 |
| 5 |  |  The term pixel is an abbreviation of "picture element." |
|  | A) | True |
|  | B) | False |
|
|
 |
| 6 |  |  A pixel is a dot that makes up a picture. |
|  | A) | True |
|  | B) | False |
|
|
 |
| 7 |  |  Use the Pen object to draw lines on a form |
|  | A) | True |
|  | B) | False |
|
|
 |
| 8 |  |  A Pen object is used to fill in a pie chart. |
|  | A) | True |
|  | B) | False |
|
|
 |
| 9 |  |  If you don't set the width of a Pen, it defaults to one pixel |
|  | A) | True |
|  | B) | False |
|
|
 |
| 10 |  |  In the coordinate system, the X is the horizontal position and the Y is the vertical position. |
|  | A) | True |
|  | B) | False |
|
|