211: Programming For IS 1 --- Lecture Dec. 3

Review for Final

The final exam will consist of a written part only and will be taken in class on Friday, Dec. 10 from 8:00-10:00AM.

The final exam will cover Chapters 1-5 of text and all the lectures except Lecture on Dec.1. However, emphasis will be on material covered since Midterm, i.e., functions, arrays, strings, pointers.

The exam will consists of some multiple choice questions, questions involving short answers, i.e., a name, a definition, a few lines of C++ code, and code for short functions.

To review for the midterm look over lecture notes, text and programming assignments 1-6. Listed below are important topics which you should know for the midterm.

LOOK OVER REVIEW FOR MIDTERM -- LECTURE NOV. 1

FUNCTIONS

Modular design and functions

User-defined functions

You should be familiar with functions discussed in lecture, e.g.,

Recursion and recursive functions

Be familiar with recursive functions discussed in class, e.g.,

ARRAYS

One-dimensional arrays

Implementing lists using arrays Passing arrays as functions

Be familiar with the functions involving arrays discussed in class, e.g.,

Searching Lists

Sorting Lists STRINGS POINTERS

GOOD LUCK!