CS245 - Computer Science II - Test 2 Study Guide
Study Material
Chapters 8, 9 (Simulation & Information Deluge) of Computers: Inside and Out including quizzes
Chapters 8-10 (Inheritance, Classes, & Algorithms) of Object Concept; and labs
Test Format (You may bring in one study sheet of paper with notes)
15 Multiple Choice (2 pts each)
5 Matching
Short Answer Questions
Short C++ Programming Problems
Specifically Study
| time compression | continuous vs. discrete | predictable vs. probabilistic |
| feedback | Inheritance | Base and Derived Classes |
| public vs. protected vs. private | constructors & destructors | |
| virtual functions & polymorphism | EMPLOYEE program | |
| streams and file operations | strings and string operations | |
| documenting programs | compiling, linking and running programs | |
| searching algorithms (sequential, binary) | recursion | |
| safe arrays | sorting algorithms (selection, quick) |