Multiple Choice
The standard way to clear the canvas drawing area is to call four of the context object's methods. What is the proper order for calling those methods?
A) setTransform, save, clearRect, restore
B) save, setTransform, clearRect, restore
C) clearRect, save, setTransform, restore
Correct Answer:

Verified
Correct Answer:
Verified
Q6: To indicate the start of a path:<br>A)
Q7: A problem with Flash is that it
Q8: An applet is a stand-alone JavaScript program.
Q9: The _ object represents the canvas element's
Q10: If you call ctx.scale(2, 2) and then
Q12: The context object's <code>moveTo</code> method moves the
Q13: If you translate a graphics object, you'll
Q14: The text that appears between the canvas
Q15: Using named constants for shape positions and
Q16: What happens when the following code executes?<br><code>ctx.strokeRect(0,