UP ONE LEVEL: ENEL 315 Winter1999 Home Page

ENEL 315 Winter 1999 Midterm Review

Author: Steve Norman
Last modified: Wed Mar 10 14:37:47 MST 1999

Contents


Some of this text is borrowed from an ENGG 335 page

Some of the text in this page may be familiar--I have adapted some of the material from a Fall 1998 ENGG 335 Web page.

[back to top of document]


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 6 and the lecture of Friday, March 12, with the following exceptions:

You do not need to memorize information about the Java API (the set of library classes available for use by developers). If a problem requires use of classes such as Math, Double, Vector, and so on, you will be provided with appropriate documentation or examples to work from.

[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 Java and C++ syntax quickly during the test, you will be given a small booklet of code examples along with the test paper. The examples will include:

[back to top of document]


Suggestions for preparation

Here are suggestions for review:

[back to top of document]