BU CAS CS 113
Introduction to Computer Science II with Intensive C
Fall 1997


FINAL EXAM REVIEW MATERIALS


Last Modified: Fri Dec 12 11:12:54 1997

This page contains information which may be useful as you prepare for the final exam, which will be given on Thursday, December 18. I may add information to this page prior to the exam, so check here occassionally and look at the last revision date above to see if anything has been changed since you last looked at the page. Also be sure to look at your midterm and the review materials from the midterm. The final exam is cummulative.

This page contains

Review Questions from Programming Abstractions in C

The following Review Questions in the text are useful for preparing for the final. Note that the content is more important than the format of the questions and that this is not an exhaustive list of material to study.

Additional Questions and Programming Exercises and Things yYou Should Be Able to Do

  1. Give the function header for each of the following. Write a typedef line which declares a pointer-to-function type which corresponds to each function.
  2. For each of the ADTs we have studied (edit buffer, stacks, queues, priority queues, symbol tables, binary search trees, 2-3 trees, graphs) you should be able to do the following: