UMBC CMSC202, Computer Science II, Fall 1998,
Sections 0101, 0102, 0103, 0104
Final Exam Topics
Note on the Final Exam
The first part of the Final Exam will consist of a standardized test on
C++. This test is given a part of a nationwide study. This part of the
Final Exam includes a section with 12 multiple choice questions and a
section with a 3-part free response question. You will be allowed 25
minutes for each section. The second part of the Final Exam will be a
1-hour test with a format similar to Exam 1 and Exam 2.
Please bring a #2 pencil for the standardized test.
The following topics are "fair game" for the Final Exam:
- All topcis for Exam 1
- All topcis for Exam 2
- Private Derivation
- Public vs Private Derivation
- Virtual Functions
- Pure Virtual Functions & Abstract Base Classes
- Dynamic Binding & Polymorphism
- Constant Member Functions
- Templates
- Linked Lists, Stacks and Queues
- Trees, Tree Traversal
- Binary Search Trees
- Throwing Exceptions
- Overloaded new and delete Operators
- Hash Tables
Topics not covered in the Final Exam:
- Protected Derivation
- Run-time type checking
- mutable const
- Standard Template Library
- Expression Trees
Last Modified:
22 Jul 2024 11:28:51 EDT
by
Richard Chang
Back up
to Fall 1998 CMSC 202 Section Homepage