April 2000 QUESTION 4 Total Marks: 15 Marks |
Click here to access
other questions
SUGGESTED SOLUTIONS |
A program is required to print a report of each detailed record contained in a transaction file. Each record has an indication of the record type, called its batch ; thus, records in the transaction file are grouped into batches.There are three types of batches: credits, debits, and account descriptions. There may be any number of batches and they may occur in any order in the file. The report itself has the standard report structure of header/body/footer. The report will print these records sorted by batches. Each batch has a batch header, followed by any number of detailed records belonging to that batch.
(c)Write down two of the advantages of
using the Jackson Structured Programming technique.[2 marks ] |