CSCI 360 Exam 2 Study Guide

Review questions are available on the course home page. Please take some time to review them, as they are representative of what will be on the exam.

As with the programming projects, the tests are also cumulative. You will be responsible for the material presented on the first exam, but you should not expect any direct questions on that material. The format will be similar to the first exam. It will cover lecture material through Chapter 5 in the text and through Program 6.

This test does not cover external linkage, which will be on the final exam after we have more practice with it.

Additional RR and RX Instructions

SS, SI, and Character Instructions

Subroutines

For this exam you only need to know about internal subroutines.

For internal subroutines:

Table Processing

The location counter and the ORG statement

Manipulating the location counter can become very handy if you know how to use it correctly. We haven't asked you to use the location counter or write your own ORG in a program, but expect a couple of questions on the test.

Packed Decimal

The text book has an excellent chapter devoted to packed decimal instructions. It would be a good idea to re-read it before the test.

Old stuff

This test may include some material that was on the previous test, such as encoding and decoding and debugging. In particular, with packed decimal instructions we have to worry about data exceptions.