To Exam Info

IT 313 -- Midterm Review Guide

Bring to Midterm:

Study:

Definitions:

Classes and Methods:

Be Able To:

  1. Answer multiple choice questions. You will be allowed to provide reasons or show your work for partial credit.
  2. Understand Java source code similar to the review exercises, practice tests, and homework projects.
  3. Predict the output of Java source code.
  4. Find errors in Java source code.
  5. Be able to write traditional test classes and unit test classes using assertEquals methods in a JUnit5 test environment.
  6. Convert among these datatypes: int, double, boolean, char, String.
  7. Be able to write the following for a class: constructor, getters, setters, toString method.
  8. Write and use a format string according to specifications (String.format, System.out.printf).