Midterm Exam 2 - Study Guide

Resources and Online Notes

In addition to reviewing the material covered for the first midterm exam you should primarily focus on the material presented in chapter 3-4 and 9 of your textbook. You should also look over the following sections of Dale Haverstock's online notes:

Using Functions
Strings
Functions
Parameters
Compiling Separate Files
Functions - Miscellaneous /O

You can also refer to the C/C++ Reference guide at http://cppreference.com/ or you may wish to go through thei Introduction, Basics of C++, and Control Structures parts of the online tutorial available at http://www.cplusplus.com/doc/tutorial/

Topic List

Vocabulary - talking like a programmer....

Be able to answer questions such as a "What is", "Describe", "Explain", etc. or be able to write important information about each of the following

Writing/Executing/Explaining Code - walking (coding) like a programmer...

You may be given a snipet of code to execute by hand and explain or you may be asked to write code relating to the items below