EE 422C Final Exam Review
Approximate point totals and types of questions Writing Code (15%) Tracing Code (15%) Short Answer/Drawing (50%) Matching (5%) Multiple Choice (15%)
Writing Code SortTools GoFish WordLadder Critters 1 Critters 2 (conceptual, no written code in JavaFX) Box Office Cheaters Understand the concepts and code for each of these assignments. You will not be writing code from the assignments on the exam, but the concepts are important.
Possible Code Tracing Big O analysis OOP concepts (inheritance and polymorphism) Threads Socket Programming
What to Study Concepts from the lecture Including code we wrote in class Pay special attention to: Graphs Binary Trees (and BSTs) Heaps Threads and parallel programming Especially race conditions and deadlock Sorting QuickSort and MergeSort Hashing Maps Sets There is nothing on the exam that we did not at least mention in the lecture or discussion at some point i.e. nothing from the book that we didn’t talk about
How to Study Rewrite the programs Redo the discussion section exercises Review the lecture slides and code Sleep!!