Review for Test 2

The test will be held in class on Monday, May 22 and will be closed-book. Bring only a pen or pencil and an eraser. The test will consist of 4 pages, the first of which you will tear off and use as a reference sheet.

Coverage will include material in Chapters 10 and 12 of text and supplementary material on linked lists, stacks, and queues. When studying for the exam carefully look over:

(1) Notes you've taken from class (emphasis on material covered after Test 1)
(2) Textbook (Chapters 10 and 12)
(3) Programming Assignments (emphasis on Programs 3 and 4)

The following is a list of the major topics you should know.

Searching a list

Two-dimensional vectors
Pointers Dynamic objects Pointers Pitfalls Stacks (LIFO Lists) Queues (FIFO Lists)