You are here

Learning Objectives

5 February, 2015 - 11:20

With 100% accuracy during a: memory building activity, exercises, lab assignment, problems, or timed quiz/exam; the student is expected to:

  1. Define the terms on the definitions as listed in the modules associated with this chapter.
  2. Within C++ source code be able to understand basic file input and file output.
  3. Understand why we test to see if a file was opened properly.
  4. Understand why we close a file when we are done with it.
  5. Within C++ source code be able to understand functions for arrays, specifcally counting the number of elements in a file so you can define an array, load that array with those elements, display the array and sum the array.
  6. Within C++ source code be able to create functions for arrays, specifcally a function for averaging.