CS1112
Prelim 3 Topics
You are responsible for all material listed under
Prelim 1 and Prelim 2 topics plus the material listed below.
Topics/Ideas
- character and string (array of characters)
- matrix (2-dimensional array)
- 3-dimensional array (e.g., color image data)
- cell array
- structure and structure array
Students are responsible for all material covered in lecture, discussion,
homework and the assigned reading:
- Lecture and discussion: up to and including 4/13
- Homework: up to and including Project 5
- Assigned reading: See CS1112-->Lecture Materials, up to
and including Chapter 12, but exclude contour plots and Sec 8.2 and 9.3.
MATLAB predefined (built-in) functions that may be
needed for solving the exam problems will be listed. You are expected
to know how to use them.
Statements students may not use:
- switch
- try, catch
- break, continue