Exam
Overview
The purpose of the exam is to measure your understanding and application of fundamental HTML, CSS, and JavaScript concepts.
Exam Instructions
- The exam is comprehensive.
- There are between 30 and 40 multiple choice questions.
- The exam must be taken individually without the aid of another person or Artificial Intelligence platform.
- It is open note.
- The exam is timed.
What to Study
Review the following resources to prepare for the exam.
- Learning activity examples.
- Learning activity quiz questions in Canvas.
- Assignment tasks and requirements.
- Practice CSS quiz: w3schools CSS Quiz
- Practice JavaScript quiz: w3schools JavaScript Quiz
These practice quizzes, while not comprehensive and a bit older, are still relevant. For example, the JS quiz declares variable using var instead of the preferred
const
orlet
and you need to know about event listeners or other items covered in this course.