General Information
- Date: Friday, Dec 16, 2011
- Time/Location: 4:00pm-6:00pm/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 all the material (HTML, CSS, JavaScript, etc.)
covered in lecture, quizzes, and projects except the following topics:
- Animation
- Security on the web
- ECommerce
- Page Layout
- jQuery/jQtouch libraries
- localStorage
Regarding HTML tags and CSS properties:
- Only the following HTML tags
- 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. One previous final exam can be found at
Final122Spring11.pdf. We will not post the
key to the exam, but you are welcome to verify your answers with TAs or instructors
during office hours.
Web Accessibility