1.
What transformation technique is used to move an object from one position to another along the x and y axes?
2.
Which method is used to apply translation to the Canvas context in JavaScript?
3.
What does the rotate() method do in Canvas programming?
4.
How is scaling achieved in Canvas context using JavaScript?
5.
Which transformation technique is used to resize an object along the x and y axes?
6.
Which transformation technique involves tilting or slanting an object along the x and y axes?
7.
How can you combine multiple transformations to create complex effects in Canvas programming?
8.
Which transformation technique is used to change the orientation of an object around a specific point?
9.
What is the primary purpose of applying translation to objects in Canvas programming?
10.
Which method is used to reset transformations applied to the Canvas context in JavaScript?