expand icon
book Object-Oriented and Classical Software Engineering 8th Edition by Stephen Schach cover

Object-Oriented and Classical Software Engineering 8th Edition by Stephen Schach

Edition 8ISBN: 978-0073376189
book Object-Oriented and Classical Software Engineering 8th Edition by Stephen Schach cover

Object-Oriented and Classical Software Engineering 8th Edition by Stephen Schach

Edition 8ISBN: 978-0073376189
Exercise 6
In some applications, an alternative to lookahead can be achieved by cleverly ordering the transactions. For example, the original problem caused by a modification followed by a deletion of the same master file record could have been solved by processing a deletion before a modification. This would have resulted in the master file being written correctly and an error message appearing in the exception report. Investigate whether there is an ordering of the transactions that can solve all the difficulties listed in Problems 5.2 through 5.4.
Explanation
Verified
like image
like image

There are six possible orderings:
1.?INS...

close menu
Object-Oriented and Classical Software Engineering 8th Edition by Stephen Schach
cross icon