IT 238 Midterm Exam
Registration
Register online to take the exam. Taking the exam on Tuesday October 8 at 11:50am in CDM 202 is an option for everyone.
The midterm exam is worth 40 points or 20% of the course grade.
Topics
Coverage is for all content covered through Thursday October 3. Topics include:
- Referencing DOM elements through getElementById, querySelector, and querySelectorAll
- Referencing and changing DOM object properties (e.g. value, size, style, innerHTML)
- Handling events with functions
- Accessing and presenting arrays, including arrays of strings and objects
- Event objects passed as a parameter
Exam format
Likely types of questions include:
- Multiple choice
- Explain or predict what JS code does with HTML elements
- Draw how a page looks after running JS code
- Write code
The exam is paper-based. No notes are allowed. For help with writing code, refer to examples earlier in the exam.