e02 : Final Exam

num ready? description exam date
e02 true Final Exam Thu 12/08 12:00PM

Time and location

Format of the final 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, 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 and vectors
  8. Passing parameters to functions (by value, reference, address)
  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

Exam resources

Past exams