Computer Science: An Overview: Global Edition (12th Edition)

Published by Pearson Higher Education
ISBN 10: 1292061162
ISBN 13: 978-1-29206-116-0

Chapter 7 - Software Engineering - Chapter Review Problems - Page 367: 18

Answer

See the explanation

Work Step by Step

Here is a structure chart for a simple inventory/accounting system for a small store: ``` 1. Main Module - Inventory Module - Add Item - Update Item - Delete Item - View Item - Sales Module - Record Sale - Generate Invoice - Accounting Module - Track Expenses - Generate Reports - Customer Module - Add Customer - Update Customer - Delete Customer - View Customer ``` Modules that must be modified because of changes in sales tax laws: - Sales Module: Update the tax calculation logic to comply with the new sales tax laws. Modules that would need to be changed if the decision is made to maintain a record of past customers for advertising purposes: - Customer Module: Add functionality to record past customer information, such as purchase history and contact details. - Sales Module: Modify to include the customer information in sales records for future advertising purposes.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.