Lab 3b: Prelab Questions

Print a copy of this page and referring to the lab exercise, answer each of the questions on your copy. (You must turn in your answers at the beginning of your laboratory session.)


1. Selection can be performed using what C++ statement?




2. What C++ statement allows you to execute a statement repeatedly, while counting?




3. What emacs command is used to invoke gdb, the GNU debugger?




4. To make a program stop when it reaches a particular statement, a debugger allows you to set a ____________ at that statement.




5. Now that we know about functions, what are the steps that make up object-centered design?













Back to This Lab's Home Page

Forward to the Lab Exercise


Copyright 1998 by Joel C. Adams. All rights reserved.