Upcoming exam dates:
Remember to sign up on Ladok a month in advance!
There is a long list of topics you should know for the exam.
You are allowed to bring one double sided A4 sheet of hand written notes to the exam. It can contain anything you want, though a summary of the course material is a popular choice.
The sheet must be handed in with the exam, but only for the purpose of determining if it adheres to the rules (and to make grading more entertaining, the sheets are sometimes quite the works of art). You can get the sheet back afterwards if you need it for a re-exam or want to frame it and hang it on your wall.
There are 6 basic questions and 3 advanced questions.
We do not give fractional points.
Your grade (U/3/4/5) is calculated according to the following very complicated formula:
def grade(
basic, # number of basic questions answered correctly
advanced, # advanced points obtained
):
if basic < 5:
return 'U' # sorry, try again next time
else:
return 3 + advanced // 2
Or, formulated differently:
(If your course uses the G/VG grading scale, then you need 3 advanced points to get a VG.)
We have a repository of past exams that you can use to practice. Note that the format of our exams has changed over the years.
Once the exam is over, solutions to the exam will be uploaded here.