|
Reminder: Test #1 is on 9/20/00
Duration: Approx. 1 hour 20 minutes.
A 8.5 x 11" sheet is allowed.
Topics
Everything discussed in class and/or done in lab/assignment.
Previous test topics include:
 | general Internet/Web topics |
 | HTML tags (the ones discussed in class and/or done in lab/assignment) |
 | JavaScript links, anchors, location objects, various form elements/objects |
 | validation of forms involving textfield, radio button, select list, and textarea |
 | user-defined objects |
 | arrays (array manipulations, Javascripts arrays (e.g., links, images, forms, etc.)) |
 | event handlers: onLoad, onClick, onChange, onMouseOver, onBlur, onFocus, etc. |
 |
this keyword
|

Format of Questions
[Short Answers]
What is _____?
Why is it
?
Discuss the difference between
.
Study the following code and answer the questions given
below. ... What would the code produce when compiled and run?
Explain.
Study the following code and answer the questions given
below. ... In general, what does the program do? Don’t give
line-by-line analysis, give the overall effect.
[Coding]
Write a HTML code to produce
. (youre responsible for elements
discussed in class and/or done in lab/assignment)
Write a JavaScript program/function to
.
Given the following JavaScript program, describe the behavior of the form when the
event
takes place.
|