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 functions for arrays, specifcally searching a array's values to see if a given value exists, fnding the maximum value in an array and sorting an array.
  3. Within C++ source code be able to create functions for arrays, specifcally a function for fnding the smallest value in an array.
  4. Within C++ source code be able to modifying existing code to process different types of arrays.