What is the advantage of the code produced graphics being smaller than the images themselves?
Select an option to see the answer and solution.
Which of the following uses a lot of CPU cycles?
Select an option to see the answer and solution.
Which HTML element is used to include images?
Select an option to see the answer and solution.
What is the purpose of image replacement?
Select an option to see the answer and solution.
When is JavaScript called obtrusive?
Select an option to see the answer and solution.
Which is a possible way of finding all the img elements in the document?
Select an option to see the answer and solution.
Which of the following elements are used to include audio?
Select an option to see the answer and solution.
Which of the following attributes are common to both audio and video?
Select an option to see the answer and solution.
Which of the following is not the property of the video tag?
Select an option to see the answer and solution.
Which of the following is the parameter used to invoke the Audio() constructor?
Select an option to see the answer and solution.
What is the purpose of the canvas element?
Select an option to see the answer and solution.
From which version of IE is canvas supported?
Select an option to see the answer and solution.
Which method is used to obtain the “drawing context” object ?
Select an option to see the answer and solution.
What is the returning value of the getContext() method?
Select an option to see the answer and solution.
How does SVG describe complex shapes?
Select an option to see the answer and solution.
Which is the method invoked to begin a path?
Select an option to see the answer and solution.
Which is the method invoked to connect the last vertex back to the first?
Select an option to see the answer and solution.
Which of the following are not the properties of a canvas object?
Select an option to see the answer and solution.
Which of the following is a property used to check how crisp or fuzzy shadows are?
Select an option to see the answer and solution.
How do you restore a saved coordinate system?
Select an option to see the answer and solution.