UP ONE LEVEL: ENEL 315 Winter1999 Home Page

ENEL 315 Winter 1999 Notes on the Final Exam

Author: Steve Norman
Last modified: Fri Apr 16 22:35:44 MDT 1999

Contents


Some of this text is borrowed previous Web pages

Some of the text in this page may be familiar--I have used some of the material in review pages for various other exams and tests.

[back to top of document]


Exam Topics

First, let me state a general principle:
The exam 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 exam will focus mainly on concepts covered after the mid-session test, but there will also be some questions on concepts covered before the mid-session test.

Questions could potentially be on any material covered in the course, 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]


Exam Format

As stated on the Course Outline:

The exam 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 exam, you will be given a small booklet of code examples along with the exam paper. The examples will include:

[back to top of document]


Suggestions for preparation

Here are suggestions for review:

No solutions for last year's exam

I have decided not to set up a Web page with solutions to last year's exam, primarily because I don't feel that it's worth the several hours of effort required to set up the Web page. A secondary reason is that I feel that students are better off asking themselves, `Are my answers correct?' and doing the careful checking required to find out for themselves.

[back to top of document]