Evaluation Test Unit 13. Using Behaviors
There is only one correct answer to each question. Clic on the answer you consider to be correct.
Answer all the questions and press the Revise button to see the answers.
If you press Restore you will be able to repeat the evaluation.
1. Behaviors are actions that happen when the users make some action over an object. a) True. b) False.
2. Behaviors are HTML code. a) True. b) False.
3. It is necessary to write JavaScript code to program the behaviors. a) True. b) False.
4. The button indicates a new behavior in the Behaviors panel . a) True. b) False.
5. Some behaviors do not work for some browsers, the reason being that depending on the chosen browser some behaviors will appear and others won't. a) True. b) False.
6. It is necessary to choose the web browser whenever you're going to insert a behavior. a) True. b) False.
7. The onMouseOver event means... a) ...when you click. b) ...show a layer. c) ...when the mouse is over.
8. The onclick event means... a) ...when you click. b) ...close the web browser window. c) ...when the mouse is over.
9. Using the behaviours it's possible... a) ...that a layer shows when you click on an object. b) ...that when the mouse is over a image the web browser window will try to close. c) Both of the above. d) Neither of the above.
10. The JavaScript line code "window.close();" allows one to. a) Close the web browser window, but only when a onclick action happens. b) Close the web browser window, when a specified action/event is taking place on a certain object. c) Both of the above. d) Neither of the above.
Ev. Page 13.1