
Effective Study Strategies for EE.422C Exam Preparation
Prepare effectively for your EE.422C exam by focusing on writing code, tracing code, and mastering short answer questions. Understand the concepts from assignments like Critters, Box Office, and more. Study binary trees, heaps, generics, threads, sorting algorithms, and more. Follow tips on what to study, how to study, and ensure you get enough rest.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Approximate point totals and types of questions Writing Code (50%) Critters 1 Critters 2 (conceptual, no written code in JavaFX) Box Office Understand the concepts and code for each of these assignments. Tracing Code (10%) Show the results of the given code Explain necessary changes to given code Short Answer (40%)
What to Study Your assignments Know how to write every method There will not be any JavaFX code on this exam, but the concepts from that assignment are important. Concepts from the lecture Including code we wrote in class Pay special attention to: Binary Trees (and BSTs) Heaps Generics Threads and parallel programming Especially race conditions and deadlock Sorting QuickSort and MergeSort 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 Get some sleep!