************************************ I. Study Guide: ************************************ A. General Guideline: 1. Study the summary in each chapter. 2. Review previous study guides and previous tests. 3. Study homeworks. 4. Study the lecture notes. 5. Study the worksheets. 6. Study those sample codes shown in the class and lab. 7. Study the textbook. 8. Do the review questions and exercises. 9. Do quiz tests at http://www.w3schools.com/. B. Review for the final exam: 1. Understand the basic terminologies. 2. Understand HTML and know how to write a HTML document (Chap 2). 3. Understand CSS and know to write a CSS document. (Chap 3) 4. Understand XML and DTD know how to write them. (Chap 8) 5. Understand the Perl and know how to write a Perl program. Know how to use regular expressions (chap 9). 6. Understand using Perl for CGI programming and know how to write a CGI program. (Chap 10) 7. Understand the Web servers and servlets and know how to write a servlet. (Chap 11) 8. Understand the PHP and know how to write a PHP program (chap 12). 9. Understand basic SQL, and how to access MySQL through JDBC, Perl, PHP. (Chap 13) 10. Understand basic Java language. (Appendix A) ************************************ II. Sample Questions: ************************************ A. Multiple Choice Questions: (b) 1. Which is the MIME type of external style sheets? (a) text/ess (b) text/css (c) text/richtext (d) text/html (a) 2. In which tag do document style specifications appear? (a)