CMSC198J Final
Date: Friday, Jan 22,
2010
Time/Location: Your
exam will take place in lecture at 3pm.
Exam Structure
- The exam will have a duration of 120 minutes.
- The exam will be a closed book/closed notebook exam. No
calculators/computers are allowed. We recommend using a pencil and
eraser, rather than a pen.
- Format:
- 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 few
given problems.
Topics
The exam will include the material covered in lecture, quizzes, take home,
and projects. In specific:
- 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>
- Variables
- Expressions
- Loops
- Conditionals
- Pseudocode
- Arrays (One and Two Dimensional arrays)
- Defining your own functions
- Pass by value
- switch statement
- Random number generation
- Functions to convert between types (parseInt, parseFloat, Number,
etc.)
- You should understand how to use the prompt, document.writeln, and
alert functions.
- The exam will NOT cover the following topics:
Practice Material
Exercises in the recommended class textbook represent good practice
material.
Web Accessibility