General Information
- Date: Friday, Jul 29, 2016
- Time/Location: 10:00 pm-12 pm
- 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
- Only the following HTML tags
- How to define tables.
- How to define forms using text fields and buttons.
- How to define ordered and unordered lists.
- Other tags you should be familiar with:
- <br />
- <strong></strong>
- <em></em>
- <h1></h1>
- <div></div>
- <p></p>
- <img>
- <a></a>
- Variables
- Expressions
- Loops
- Conditionals
- Pseudocode
- Arrays (One Dimensional)
- Defining your own functions
- switch statement
- Functions to convert between types (Number)
- You should understand how to use the prompt, document.writeln, and
alert functions, document.writeln, and document.getElementById
The example will not cover:
- CSS
- localStorage
- geoLocation
- komodo
- Two-Dimensional Arrays
Practice Material
Selected exams 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