Final Exam

The final exam is worth 35% of the grade (70 points). The exam is a closed-notes, closed-book, individual-effort exam. You may take up to 2 hours and 15 minutes to complete the exam.

The format of the exam is similar to the midterm and quizzes. It will include multiple choice, short-answer, code-tracing with output, and writing code using HTML and Javascript.

Review of Major Concepts

General concepts and background information

General knowlege of the topics in these areas is expected. The exam will typically address these topics with multiple choice and short answer questions.

Technical knowledge

Some practice problems

Review the code and predict the results before you press the button!

What does this web page do when you enter a string and press the button? Can you predict its behavior by just looking at the source code?

Modify the page so that it does the following:

  1. Formats the selected text so that it appear in bold.
  2. Provides a menu (see weather page for an example) so that the user can choose whether the phrase appears in bold or italics.