Midterm #1
Topics
This exam will cover all material discussed in
the class lectures
through Monday, September 30th. It is open book and open notes.
- Language features:
- Defining constants with #define.
- Declaring numeric variables.
- Performing basic arithmetic.
- Making decisions with if.
- Repeating instructions with while and for.
- Defining and using functions.
- Performing I/O with printf and scanf.
- General concepts:
- Counting loops.
- Input-reading loops.
- Detecting input errors.
- Accumulating totals.
[EE150 Home Page |
EE150 Exam Information Page |
Top Of Page]