CS302 Midterm Exam - October 8, 2020

This was a straightforward exam, which really only had one difficult question, which was the last.

Here is the distribution of the scores, along with my assignment of grades to scores. Please see https://web.eecs.utk.edu/~jplank/General-Teaching/Final_Grades.html for explanation on how exam grades are incorporated into the final grade.

The exam was on Canvas, and I used question banks for a lot of questions, so I won't have the exact exam here, but I will describe it:

A harder approach that I saw some students take is to do a power set enumeration of all of the elements except the last, and then for each subset, enumerating the permutations of that and finally printing out the last value. When you did that, you typically ended up losing points because it was harder to put the pieces together.