
Points: 100
Due: 10/6/00. Again, put your solutions in your home page.
| Questions (3 Multiple Choice, 3 True/False, 3 Fill in the blanks (accept both upper and lower cases)) that pertain to WWW Development Technologies | |
| Pertinent Feedback | |
| Correct Answers | |
| Score |
This question will be graded based on correctness and design (originality, aesthetics, etc.).
Note: Bonus points (up to 10%) will be awarded for incorporating bells and whistles into your quiz.
Consider the following HTML form and its corresponding
code (given at the bottom).

Modify the HTML form to include the behaviors (change the code below):
<html>
...
<form>
Indicate
the search preference below:
<p><input
type=radio name=searchPref value=all checked>Search ALL airlines
<br><input
type=radio name=searchPref value=indiv>Search for ONLY the airline(s):
<br>
<br>
Choice 1: <input type=text name=air1>
<br>
Choice 2: <input type=text name=air2>
<br>
Choice 2: <input type=text name=air3>
<p>
<input
type=submit value="Search">
</form>
</html>
<APPLET CODE="something.class" WIDTH=x HEIGHT=y>
Example:
<APPLET CODE="ball.class" WIDTH=200 HEIGHT=400>
Some applets require you to provide more parameters. For example,
<APPLET CODE="Lake.class" WIDTH=250 HEIGHT=258>
For the above, you need to also include sunset.gif in the directory of your page. Make sure that you read the instructions for using the applets that you want to include.
Some of the sites that have Java applets include www.jars.com and www.gamelan.com.
| What is commonly known as the first OO programming language? Who designed it? (Hint: It was designed back in the 60's.) | |
| The comparison of making peanut butter jelly sandwich and running a luncheonette was made to illustrate ___________________________. (Briefly explain) |