For a variety of reasons (including university policy), there will be no alternate time for the final exam (other than for OAE accommodations). Please make sure that you can attend the final exam at the specified time.
Last Names A-O
Friday, August 18
12:15-3:15PM PST
NVIDIA Auditorium

Last Names P-Z
Friday, August 18
12:15-3:15PM PST
Gates B01 (Basement)

Review Session
Mon/Tue, August 14-15
11:30AM-12:20PM PST
NVIDIA Auditorium

Answers

Final Exam | Solutions | Code (Eclipse project for testing your answers)

Scores and Graded Exams

How do I find out my score? Like for the midterm, the scores have been released on Gradescope. Log in to Gradescope to see your score.

If you have questions about exactly what points you missed and why, please look over the grade and markings made by the grader, compare it with our answer key and Eclipse project, and then contact your Section Leader if you still have any questions.

How do I pick up my paper exam? A complete scan of your exam is available on Gradescope; we are not distributing paper exams to students. If you would like to see the paper exam, they will be available by appointment only the first week of Fall quarter (September 25 - October 1).

The statistics of the exam scores (out of 180, to the nearest whole number) were as follows:

Mean: 125

Median: 140

Standard Deviation: 47

Here is a histogram of the exam scores (out of 180):

Final Exam Histogram

Regrade Policy

We work hard to grade consistently and correctly, but sometimes we make mistakes in grading. If you believe part of your exam was incorrectly graded, please first download the Eclipse project linked to above and run your answer. This is the easiest way to test your code. If, after running your code, you still believe your grade is incorrect, submit a regrade request online using our CS 106A Final Exam Regrade Request form. Regrade requests need to point out the aspect of the problem that was correct, but for which points were taken off. We use a detailed rubric to grade exams, so simply requesting that an incorrect answer "should be worth more points" is not likely to result in additional points. You must also submit your typed Java code for the given problem (if applicable), and any other necessary code/content so that we can run and evaluate your code.

You must provide all the required information listed above and in the regrade request form in order for us to review your regrade request. Also, we reserve the right to re-grade the whole exam to make sure there are no other grading issues present - this may result in a lower total score.

All regrade requests must be submitted by 11:59PM PST on Sunday, October 1, 2017, which is 7 days after the start of the next quarter, Fall Quarter (Fall Quarter starts on September 25).

Practice Materials

Syntax Reference Sheet

Practice Final Exam | Solution | Code

Practice Final Exam 2 | Solution | Code

Sample final exam(s) posted here are intended to be similar to the actual final. The number of problems and type of problems on the actual exam will be relatively similar to what is seen on these practice exams, though we do not promise that it will be exactly the same in length or in difficulty.

Section Handouts and CodeStepByStep lecture practice problems (on the schedule page) are also great ways to practice relevant material.

Logistics

The logistics for the final exam are the same as for the midterm exam (except for the updated syntax reference sheet above); please see the midterm logistics section for more information.

Material Covered

The final focuses on material taught since the time of the midterm, including the following concepts listed below. However, programming is inherently cumulative in that new topics build upon old ones. So you may be asked to solve problems that involve, though not necessarily focus primarily upon, past topics such as strings, int, double, boolean, random numbers, loops, if/else, parameters, return, expressions, variables, constants, file input with Scanner, and so on. Note that you may be asked to read code (look at a piece of existing code and answer questions about it, such as writing its output) and/or write code (write a piece of code such as a method or short program that solves a given problem).

The following concepts will NOT be tested on the final:

Exam Strategies

The recommended exam strategies for the final exam are the same as for the midterm; please see the midterm exam strategies section for more information.