e03 : Final Exam

num ready? description exam date
e03 true Final Exam Tue 03/17 04:00PM

Take-home final exam

Data and Time

The take-home final will be released on Tuesday (March 17) at 4pm. You will have time to complete it until Wednesday (March 18) at 7pm. As such the final should not take more than 3 hours to complete, but we are giving you extra time because you may have other exams during that time.

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, the homeworks, and the labs. 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

Exam resources

Past midterms