Exam
Overview
The exam assesses 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.
- Complete the exam individually without help from another person or artificial intelligence platform.
- The exam is open note, meaning you may reference course materials.
- The exam is timed.
What to Study
Prepare for the exam by reviewing the following resources:
- 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
Note: These practice quizzes, while still relevant, are not comprehensive and somewhat dated. For example, they use var for variable declaration instead of the preferred const or let, and may not cover event listeners and other topics covered in this course.