General Information
- Date: Monday, May 17, 2009
- Time/Location: 1:30am-3:30pm/CSIC 1115
- Duration: 120 minutes
- Closed-book, Closed-notebooks, No Computers/Calculators
- Use a pencil/mechanical pencil (no pen) to answer the exam
Exam Structure
- Short answer questions: This includes for example, multiple
choice, True/False and fill-in-the-blank type questions
- Code analysis questions: We will give a short segment of code and
you may be asked to identify syntax and logical errors, generate code
output, etc.
- Code Writing: Write a program/code snippets to solve a given
problem. You should be prepared to give a complete program.
Topics
The exam will include material covered in lecture, quizzes, and projects
except the following topics:
- Animation
- Security on the web
- ECommerce
- Page Layout
- Graphics in JavaScript
- Applets
- Multimedia
- Recursion
The exam will cover the following HTML and CSS:
- Only the following HTML
- How to define tables.
- How to define ordered and unordered lists.
- Other tags you should be familiar with:
- <br />
- <strong></strong>
- <em></em>
- <h1></h1>
- <div></div>
- <span></span>
- <p></p>
- <pre></pre>
- <img>
- <a></a>
- Only the following CSS properties, pseudo-classes and selectors
- background
- color
- font-size
- margin
- padding
- border
- Pseudo-classes
- a:link
- a:visited
- a:hover
- a:active
- Selectors
- id selectors
- class selectors
- type selectors
Practice Material
Some practice questions can be found at: (PracticeQuestionsFinal.pdf). Selected midterms from
previous semesters are presented below. Keep in mind that some of the questions may cover
material that is not part of the final.
Web Accessibility