CS 171 & 171L Introduction to Computer Science I & Lab Fall 2019 

Final Exam Review and Study Guide

Format

  • Worth 200 points (20%)
  • You should plan on spending 2 hours to complete the final.
  • 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 ..."

Content

  • Comprehensive: 50-75% material covered on Test 1 and Test 2
    • Book Material: Chapters 1-20, 25-35, 39-49, 70-75, 90-92
  • 25-50% material covered since Test 1 and Test 2
    • Multidimensional arrays (Chapter 49C)
    • Recursion (Chapters 70-75)
  • 2D Processing Graphics (no 3D)
  • Other Material
    • Insertion Sort
    • Merge Sort
    • Sequential Search
    • Binary Search
    • Other items covered in class

Review Assignments

  • Know and understand all Labs
  • Know and understand all Homeworks
  • Know and understand all Quizzes (see quizzes on W drive)
  • Know and understand all Tests

Online Review


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