Tutor Marked Assignment JS TMA-07
In a Nutshell - CIW Course Section 2 Part A
JS TMA-07 - CD Access Code: 25704
Q1. The areas defined within image maps are known as what?
- a) Cold Spots
- b) Hot Spots
- c) Buttons
- d) Rectangles
Q2. Image map x and y coordinates are given in pixels, with x=0 and y=0 being which corner of the graphic?
- a) Top left
- b) Bottom left
- c) Bottom right
- d) Top right
Q3. How many image maps can be defined for a single graphic?
- a) One
- b) Two
- c) Three
- d) Four
Q4. The defined area of an image map is visible on the Web page.
- a) True
- b) False
Q5. Which of the following are commonly used properties within the navigator object?
- a) appName
- b) appNumber
- c) appCodeNumber
- d) userAgent
- e) appCodeName
Q6. Which of the following are methods within the navigator object?
- a) javaDisabled()
- b) taintEnabled()
- c) preference()
- d) cookiesEnabled()
Q7. A constructor defines the ________ and ________ of an object.
- a) parameters, names
- b) properties, methods
- c) names, properties
- d) parameters, methods
Q8. Methods operate on multiple instances of objects.
- a) True
- b) False
Q9. Complex objects have one or more properties that are what?
- a) variables
- b) parameters
- c) arrays
- d) objects
Q10. Each object can contain only one method.
- a) True
- b) False

