Multiple Choice
In calling the context object's <code>rotate</code> method, which of the following arguments do you pass to it?
A) A value for the amount of rotation, in units of degrees
B) A value for the amount of rotation, in units of radians
C) Values for x and y positions, in units of pixels
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Given the following syntax for the arc
Q2: A benefit of using helper functions is
Q3: What is the context object property in
Q4: When you call the context object's <code>rotate</code>
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
Q11: The standard way to clear the canvas