Multiple Choice
In the method strokeRect( 10, 20, 100, 200 ) , 100 and 200 represent __________, respectively, of the rectangle being drawn.
A) the x and y coordinates of the top left corner
B) the x and y coordinates of the bottom right corner
C) the x and y coordinates of the top right corner
D) the width and height
E) the height and the width
Correct Answer:

Verified
Correct Answer:
Verified
Q33: In horizontal lines, the startX and endX
Q34: Why do you need to imagine a
Q35: The RGB values of Color.ORANGE are:<br>A) 255,0,0.<br>B)
Q36: How is the clearRect( double x, double
Q37: The RGB values of Color.GREEN are:<br>A) 0,128,0.<br>B)
Q39: The name of the method you would
Q40: RGB stands for _.
Q41: In the method call strokeRect( 10, 20,
Q42: The strokeLine, strokeRect, and strokeOval methods are
Q43: Which package is the GraphicsContext class part