UP ONE LEVEL: ENGG 335 Fall 1998 Home Page

ENGG 335 Fall 1998 Midterm Review

Author: Steve Norman
Last modified: Sun Oct 18 20:08:24 MDT 1998

Contents


Test Topics

First, let me state a general principle:
The test will focus mainly on topics that were heavily emphasized in lectures and labs. We are not going to make a lot of marks depend on topics that were given very little coverage in lectures and labs.

The test will cover all material up to and including Lab 5 and the lecture of Friday, Oct. 16, with the following exceptions:

[back to top of document]


Test Format

As stated on the Course Outline:

The test will consist of many short questions. Questions will be of the following types:

You will write all of your answers on the question paper, in spaces provided for answers.

[back to top of document]


Reference Material

In order to help you recall C++ syntax quickly during the test, you will be given a small booklet of C++ code examples along with the test paper. The examples will include:

[back to top of document]


Library functions

You are expected to know how to use the following library functions: strcpy, strcat, strlen.

You are also expected to know how to use the expressions cin.fail() and cin.eof().

If you are asked to use any other library functions, such as functions from <ctype.h> or <math.h>, you will be given documentation for the functions you need.

[back to top of document]


Use of scl types

You will not be asked to do anything with sclString or sclGrid types.

You might have to write code to work with sclArray objects. You must know how to access elements with square brackets, and you must know how to use the size and resize member functions. Don't worry about all the other member functions associated with sclArray types--you won't have to use them.

[back to top of document]


Suggestions for preparation

Here are suggestions for review:

[back to top of document]