Exam
Overview
The purpose of the exam is to measure your understanding of fundamental HTML, CSS, and JavaScript concepts and application.
Exam Instructions
- The exam is comprehensive.
- There are between 30 and 40 multiple choice type questions.
- The exam must be taken individually without the aide of another person or with a 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 I-Learn.
- Assignment tasks and requirements.
- Practice CSS quiz: w3schools CSS Quiz
- Practice JavaScript quiz: w3schools JavaScript Quiz
These practice quizzes are not comprehensive and a bit older, however, they are still relevant, e.g., 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.