C++ Review Questions (7th ed.)

CMPT 125/128 with Brian Fraser

These are some suggested review questions from the course textbook: Starting Out with C++, Early Objects by Gaddis et. al, 7th Ed. These questions should help you assess how well you understand each topic; they are not meant to be samples of the exact type of questions that you will be asked on tests. In addition to these, you should also review the lab and assignment questions, plus lecture notes.

Checkpoint Questions: Many sections of the text end with Checkpoint questions. These are a good initial check of each section. You should try these after reading a section.

Up to Midterm

Chapter 2: Intro to C++

Chapter 3: Expressions

Chapter 4: if & switch

Chapter 5: Looping

Midterm to Final

Chapter 6: Functions

Chapter 7: Classes & Objects

Chapter 8: Arrays

Chapter 9: Sorting & Searching