University of Toronto - Fall 2000
Department of Computer Science

Final Exam Information

General Information

3 hours - look up time and place on official lists

Common final for all sections on St. George and UTM

Aids Allowed: Clarke's API only. No other versions. No A&W text. No calculators. You may put bookmarks or PostIts on your API but not write code in it.

Covers the whole course:

Some multiple choice, fill in the blank, cross out the code that gives errors. Most questions ask you to write a program/method/piece of code to do some task.

Comments are not required unless we specifically ask for them. Sometimes we can give part marks based on the comments.

More or less proper indentation is required. Sometimes it gets hard when you change your mind or add stuff later but do your best to follow the style rules. We will deduct marks for wrong indentation that clearly isn't a result of running out of space or changing your answer. We WILL also deduct marks for using single letter variable names when they are not appropriate.

Write directly on the paper. Pencil or pen is fine. Be neat.

16 pages (first one is a cover sheet, last one is blank for extra space)

HINTS

Pay particular attention to whether you are asked for In particular, notice when the input is coming from the user and when it is coming from a parameter.

Similarly with the output, pay attention to whether you are asked

Be neat. Don't spend lots of time erasing a wrong answer. Instead carefully cross it out and put an arrow to your new answer.