To Exam Info

CSC 212 -- Review Guide for Midterm

 

To Bring to Midterm

Read in Text Book:

To Study for Midterm:

Terms and Concepts

Builtin Java Classes

 

Be Able To:

  1. Respond to short answer or short essay questions.

  2. Predict the output of a Java program that performs bitwise operations.

  3. Predict the output of a Java program in general.

  4. Write Java code to solve a problem.

  5. Given a class draw its UML diagram.

  6. Given a UML class diagram, write Java code to implement a class. Be able to write these methods or types of methods for a class:

  7. Write Java code to test or otherwise use a class.

  8. Given Java code, find as many compile-time and run-time errors as you can.

  9. Given an array, search the array to find objects that satisfy constraints.

  10. Given an array, construct the trace for applying the InsertionSort algorithm.

  11. Given an array, construct the trace for applying the SelectionSort algorithm.

  12. Write JavaScript code for reading from or writing to a hard disk file.