CISC105 Final Exam: Wed, July 25
Anything we have covered is fair game for this exam. Expect a strong focus on the most recent material, however. Study your notes, the example programs, and your book. Especially study the most recent example programs.
Final Exam Topics
- See the topics/readings for the previous two exams. New topics include:
- Using malloc (a little bit)
- Multidimensional arrays
- accessing, initializing, passing to functions
- file I/O, including feof/fgets
- Structs
- using feof/fgets/strtok to read struct values from a file
- Recursion
- basic algorithm
- advantages/drawbacks
- problems that lend themselves to recursion
- Sorting
- iterative versus recursive
- the specific algorithm