e03 (noon - 3p) : Final Exam

num ready? description exam date
e03 (noon - 3p) true Final Exam Mon 12/10 11:59AM

Final Exam (3 hours)

Time and Location

Time: Dec 10 noon - 3pm Location: CHEM 1171

Seating arrangement

Please seat yourself in the exam hall according to this document to find your seat

Layout of the room is available here

If you would like to request a left handed or right handed seat, please contact the instructor.

Exam paper:

Final Exam Solutions

Instructions for the exam

Exam topics

You are expected to know all the material covered in class. Most of the emphasis will be on topics covered in post midterm 1 - such as dynamic memory allocation, heap vs stack, linked-lists, iteration through lists, pointer arithmetic, strings and recursion on linked-lists and strings

You must know all material covered in lecture slides as well homworks 1-14, labs 00- lab08. Special emphasis will be placed in labs 6-8.

Here are some important topics that you should definitely expect questions on:

  1. Flow control if-else statements
  2. Data types and declarations
  3. While loops
  4. For loops
  5. Evaluating expressions
  6. Data representation
  7. Arrays
  8. Passing parameters to functions
  9. Passing arrays to functions and returning arrays from functions
  10. Pointers
  11. Structs
  12. Pointers and structs
  13. Pointers and arrays
  14. Arrays of structs
  15. Dynamic Memory Allocation
  16. Linked-lists
  17. Strings
  18. Iteration through lists
  19. Recursion on linked lists and strings
  20. Use of the STL equivalents of the data structures discussed so far: array, vector, list

Exam resources

Past midterms