Midterm #2
Topics
This exam will cover all material discussed in
the class
lectures through Friday, November 8th, with an emphasis on those topics
covered after Wednesday, October 2nd. It is open book and open notes.
- Emphasized Language features:
- Numbers, arithmetic operators, and numeric conversions.
- Using the math library.
- Character-at-time I/O
- The relational and logical operators.
- The shortcut operators, including ++ and --.
- The various forms of if statements.
- The switch statement.
- for loops with missing expressions.
- The break statement.
- The null statement.
- Declaring and initializing arrays.
- Passing arrays as parameters.
- General concepts:
- Using character-based input-reading loops.
- Converting characters into numbers.
- Incremental program development.
- Traversing arrays.
- Insertion sort.
[EE150 Home Page |
EE150 Exam Information Page |
Top Of Page]