IS445 Midterm EXAM
Dr. Robert Chi, Sept. 29, 1999

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 75 minutes to finish this exam (2:15pm-3: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 may want to print out your exam or copy your exam in a word document 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. Write HTML code so that a hypertext "CSULB" will retrive file csulb.htm and display this file in c.htm frame which has the name of cc (25 points)


 
 

3. (25 points) Write Javascript so that user can enter  gpa and display different message depending how much is the gpa entered
Display "you are a good student" if gpa entered  is >=3.0
Display "you are an ok student" if gpa entered  is < 3.0 and >= 2.0
Display "you are a poor student" if the gpa entered is  < 2.0


 

4. (25 points)Write HTML code to display a form with
3 check boxes with hobbies such as shopping, walking and studying
1 option box with gingle or married selection
1 submit button with caption of "SUB"
1 reset button with caption "RES"