CSCI 360 Spring 2014

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. The format will be similar to the first exam. It will cover lecture material through Chapter 5 in the text and through program 6.

Additional RR and RX Instructions

A couple of new looping instructions have been introduced that you should know.

SS, SI, and Character Instructions

There are a couple of SS and SI instructions that we have been using lately that you should know.

Internal Subroutines

For this exam you only need to know internal subroutines.

Sorting

Get ready for sorting, you will do a lot of it in courses to come.

Table Processing

In addition to sorting tables, be familar with the other routines we have been using with tables.

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

Packed decimal numbers are necessary for accurate financial calculations. The packed decimal instructions are complex. It is important to know the details of their operation. Otherwise, be prepared to deal with a lot of 0007 interrupts (S0C7 abends). 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.