CS 356 Programming Languages Spring 2019 

Final Exam Review and Study Guide

Format

  • 60-90% of the test will be problems to test your reading ability of java. "Given the following Java class definition, what results when the following statements are executed?" and "What will be produced when the following Java statements are executed?"
  • 10-40% of the test will be problems to test your ability to use Java. "Write a Java class/method to ..."
  • While worth the same as other tests (100 points), you should plan on spending 2 hours to complete the final.

Review Online Notes

Review Assignments

  • Know and understand all Labs
  • Know and understand all Homeworks
  • Know and understand all Quizzes
  • Know and understand all Tests

Book Material (Ch 1-15,17,23)

  • Know and understand all example programs

Other Material

  • Insertion Sort
  • Merge Sort
  • Sequential Search
  • Binary Search
  • Other items covered in class

Online Review

Review Quizzes


Copyright © 2019, David A. Reimann. All rights reserved.