Tutor Marked Assignment JS TMA-06
In a Nutshell - CIW Course Section 2 Part A
JS TMA-06 - CD Access Code: 22005
Q1. Which of the following are valid cookie handling options within Netscape Navigator?
- a) Disable cookies
- b) Accept all cookies
- c) Delete all cookies
- d) Accepts only cookies that have not expired
- e) Accept only cookies that get sent back to the originating server
Q2. Internet Explorer 4.X allows you to differentiate between temporary and persistent cookies.
- a) True
- b) False
Q3. Internet Explorer 5.X provides three options for cookie handling, which are named what?
- a) Disable
- b) Delete
- c) Deny
- d) Enable
- e) Accept
- f) Prompt
- g) Query
Q4. Netscape Navigator 4.X, Internet Explorer 4.X and Internet Explorer 5.X all have the option to allow the user to be prompted before cookies are accepted.
- a) True
- b) False
Q5. What does MIME stand for?
- a) Multipurpose International Mail Extensions
- b) Multilingual Internet Mail Extensions
- c) Multilingual International Mail Extensions
- d) Multipurpose Internet Mail Extensions
Q6. A hacker can use JavaScript to do what?
- a) Shut down your computer
- b) Launch helper applications
- c) Crash your browser
- d) Delete files from your computer
- e) Infect your computer with a virus
Q7. What can be used in JavaScript to target frames?
- a) name
- b) position
- c) size
- d) frame number
Q8. JavaScript enables you to call functions in one ______ that are defined in another ______
- a) window
- b) form
- c) cookie
- d) frame
Q9. Which of the following are valid frame target attributes within JavaScript?
- a) _self
- b) top
- c) parent
- d) _blank
Q10. You can refer to a parent window from within a new window by referring to which property of the window object?
- a) open
- b) opener
- c) parent
- d) child

