These question sets are designed such that you can simply select a blank or multiple-choice group to see what the answer is. The same goes for all questions, really — just select where the answer would normally go and it should be revealed. (Tip: You can click on the question number to highlight the entire question and answer. Well, it works in FireFox, anyway.)
Also, do not look for fill-in-the-blank as if they were sentences from either your book or the online notes. They are simply statements of fact which have certain words/phrases left out of them. They came straight off the top of my head. (I know, that explains a lot, doesn't it? *grin*)
Select a particular question set for further details...
Title | C++/Programming Topic(s) |
---|---|
Variables, Data Types, and Constants | data types, et. al. |
Main Program | the main function |
Programming Style | naming, spacing, etc. |
Title | C++/Programming Topic(s) |
---|---|
Input/Output | input/output basics |
Input Streams | input processing |
Object-Oriented Programming Basics | OOP terminology and basic syntax |
Built-in Libraries | built-in function libraries |
Random Value Generation | rand() et. al. |
Title | C++/Programming Topic(s) |
---|---|
Simple Flow Control | if, while, and such |
Input/Output Redux | intermediate input/output |
Logical Operations | bool |
Branching Basics | if |
string basics | basics of using strings |
strings | using strings more effectively |
Looping Basics | while |
Title | C++/Programming Topic(s) |
---|---|
Shorthand Operators | ++, +=, etc. |
Exception Handling | handling thrown exceptions |
Advanced Branching | switch, ?:, nesting |
Advanced Looping | do & for |
Function Basics | simple function ideas |
Logical Groups | grouping things together |
Function Re-Use | re-usability of functions |
Title | C++/Programming Topic(s) |
---|---|
Function Arguments | function arguments vocabulary |
Intermediate Uses of Function | moderately tricky function ideas like reference (&) |
Libraries | programmer defined libraries (aka separate compilation) |
Advanced Functions | inline, default, overload, assertions |
Title | C++/Programming Topic(s) |
---|---|
Basic classes | class basics |
Intermediate classes | continuing classes |
Title | C++/Programming Topic(s) |
---|---|
vectors | using vectors |
Title | C++/Programming Topic(s) |
---|---|
List Management | managing lists of data |
Function template Basics | making a function a template |
Searching and Sorting | ordering and location of data |
Advanced classes | classes mixed with vectors |
nD vectors | using 2D (and larger) vectors |
Basic File Handling | storing and retrieving data with files |
Last modified 08/08/2022 15:16:57.
It is now 3/15/2025, 2:04:11 AM.
Date you last viewed this page: That's for you to know and ...well, that's for you to know.
© 1993-2025 Jason James (email — craie@acm.org — for permissions &/or details)