CS 630 - Computing Fundamentals I - Spring 2004
Quiz 1 Review
Loyola College >
Department of Computer Science >
CS 630 >
Homework >
Quiz 1 Review
Due
Not to turn in
Problems
Quiz Format: short answers, complete a program, and tell me the output of a program
Topics:
- cin/cout
- arthimetic
- types and declarations
- if/else structures
- relational operators
- assignment operators
- increment/decrement pre/post
- switch
- while loops
- for loops
- break/continue
- logical operators
- write functions: prototype, header, and body
- Math library: sqrt, pow, log, fabs
- rand() and srand()
- enum
- scope
- recursion
- references and reference parameters
Review previous homeworks
Review problems
2.2, 2.3, 2.6, 2.7, 2.9, 2.10, 2.11, 2.12, 2.13
3.2, 3.4, 3.7, 3.8, 3.9