IS685 Midterm EXAM
Dr. Robert Chi, March 13, 2000

Instructions:

1. Check your mail and news preference and make sure that the idendification is correct (i.e. your name, E-mail address). You grade will be assigned based on your identification on the E-mail you submit..
2. You have 90 minutes to finish this exam (4:00pm-5:30pm); the time you submit your exam will be based on the time stamp from the computer.
The late penalty schedule is show as follows:
1 to 10 minute late    10 % penalty
11  to 20 minute late    20% penalty and so on.
Please do not exceed the right site of  text box when you type your answer, use return ket to move to the sencond line. Any answer you type beyond right side of  text box could get lost. When you finish your exam, push the SUBMIT key and I will send you a reply E-mail within 15 minutes. Do not submit your exam twice. You could also type your answer in a Word document and send it by e-mail attachment. Save your work in Word just in case.
3. It is an open book exam, however, discussion is strictly prohibited.
4. After your submission, I will reply in 15 minutes.
 
 


 
 

Your Name: 

Questions:
 

1. Write HTML code to display the following frames (25 points)

        |

2. Folder "A" contains one file "a.htm" and two folders "B" and "C".   folder B contains "b.jpg" and folder C contains "c.htm".  Write HTML code for "a.htm" so that when users browse "a.htm", they can see  image "b.jpg", and when b.jpg is clicked, it will link to  "c.htm".  (25 points)


 
 

3. (25 points) Write HTML form with two select boxes, 1 button, one text box, one submit button and one clear button.
the first select box allows users to select
pentium 500 $1000
pentium 600 $2000
the second select box allows users to select
15" monitor $150
17" monitor $200
The button trigger the javascript calculation and the textbox displays the total
For example, if the user selects pentium 600 and 17" monitor, the total would be $2200
The submit button sends the information to your mail box and the clear button clears your entry.


 

4. (25 points)Write HTML code to display a form with
3 check boxes with hobbies such as shopping, walking and studying
1 radio button with singlr or married status
1 select box with the selection of your campus CSULB, CSUF, CSULA and CSUN
1 submit button with caption of "SUB"
1 reset button with caption "RES"
this form could be submitted to you mailbox