Final Exam Study Guide
- final:
- Tuesday 4/27, 8:30, Olin 305
- format:
- questions about concepts/ usefulness, e.g. functions, pseudocode, prototypes, debugger ...
- "one-liners", e.g. declare an integer array "rainfall" with 12 columns and 5 rows
- read and write code (similar to midterm, see main topics below)
- closed book, but one hand-written allowed (letter size)
- don't worry too much about syntax: similar code can often be found in other exercises
- main topics:
- selection ("if")
- loops
- functions
- arrays, strings