CS301 F2004 Midterm Review
The Midterm Exam will be posted on
http://cs.uccs.edu/~cs301/f2004midterm.html
10/18/2004 12:15pm
Enter your answers on the web page and after completing your answers, print a
copy for your own record then push the submit button. You have until 10/18/2004
11:59pm to finish the midterm.
CS301S2002 Midterm
CS301F98 Midterm Solution
Introduction to WWW systems
-
Basic Web Access Steps
-
What fields constitute a URL?
-
What constitutes a typical HTTP request?
-
What constitutes a typical HTTP response?
-
Ways to improve WWW system performance
HTML Basics
-
How to create an anchor within a document?
-
How to reference them in a web page?
-
How to set up the background color/image?
-
UL vs. OL
-
Table, TH, TR, TD
Use Multimedia in Web Page
-
How to set up the background sound?
-
Client side Image map
-
What are basic parameters to specify when capture the audio/video components?
-
How to reference audio/video?
Perl
-
I/O
-
regular expression
-
split
-
associate array and dbm file for persistent storage
Form & CGI
-
Form syntax
-
Input tag
-
How hidden type of input tag are used?
-
selection/option
-
GET vs. POST method
-
www url encoding rule
-
How to retrieve value of a name-value pair using CGI.pm