Midterm - Study Guide

Resources and Online Notes

In addition to the material presented in Chapter's 1-5 of the textbook you may wish to look over the powerpoint hand-outs.

You can also refer to the C/C++ Reference guide at http://cppreference.com/ or you may wish to go through some of the sections (e.g. Introduction, Basics of C++, and Control Structures) 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