The exam will have approximately 6-7 questions about topics such as:
world
, simpsons
, or imdb
database)The following topics are guaranteed NOT to be on the final exam:
The following topics might be tested. They will not be the main focus of a problem, but they might be necessary or useful to solve a particular problem.
Please note that you are not allowed to use JavaScript libraries (jQuery, Prototype, etc.) when solving any JavaScript programming problems.
We have decided on this restriction to make the questions equal for every student, even ones who did not learn a framework.
You may, though, use the shortcut ID
to refer to the function document.getElementById
and the shortcut QS
to refer to the function document.querySelector
, and QSA
to refer to the function document.querySelectorAll
in your answers if you like, to save writing time.
You may not use any functions from JavaScript libraries like Prototype or jQuery on the exam.
The final exam will be held in two parts, during the last two class periods of the quarter:
Practice exams and information about the types of problems to expect will be posted as the exam approaches.
You are permitted to bring and use any of the following resources on your final exam:
You are not permitted to use any other resources on the final exam, such as:
We realize that you may not be happy that the rules don't allow you to bring many resources. We will bring a small number of loaner copies of the textbook that you may be able to use during the exam. But there may be a waiting queue to use them, so you may want to have your own copy with you if you believe you will need it.
If you are found looking at a forbidden resource during the test, you will be penalized.
These practice tests are intended to give you a general idea of the kinds of questions you may see on the real exam. The real exam will have a similar number and general style of questions as on the practice tests. However, we do not promise that the real exam will exactly match the practice test in terms of questions, difficulty level, or exact concepts needed to solve each problem. You are responsible for knowing all class material listed under 'Topics' above.
<!DOCTYPE>
tag was longer and contained more information. You can generally ignore these differences and assume that you should write your answers in the most modern style.