Prepare a design specification as Jesse requested.

What will be an ideal response?

You can ask students to follow the system design specification layout suggested in the chapter, or you might want to require other sections or topics. A typical system design specification would include the following sections:
- Management Summary. The management summary provides a brief overview of the project for company managers and executives. It outlines the development efforts to date, provides a current status report, summarizes current project costs and costs for the remaining phases, reviews the overall benefits of the new system, presents the systems development phase schedule, and highlights any issues that management will need to address.
- System Components. This section contains the complete design for the new system, including the user interface, outputs, inputs, files, databases, and network specifications. You should include source documents, report and screen layouts, DFDs, and all other relevant documentation. You also should include the requirements for all support processing, such as backup and recovery, startup processing, and file retention. If the purchase of a software package is part of the strategy, you must include any interface information required between the package and the system you are developing. If you use a CASE design tool, you can print design diagrams and most other documentation directly from the tool.
- System Environment. This section describes the constraints, or conditions, affecting the system, including any requirements that involve operations, hardware, systems software, or security. Examples of operational constraints include transaction volumes that must be supported, data storage requirements, processing schedules, reporting deadlines, and online response times.
- Implementation Requirements. In this section, you specify startup processing, initial data entry or acquisition, user training requirements, and software test plans.
- Time and Cost Estimates. This section provides detailed schedules, cost estimates, and staffing requirements for the systems development phase and revised projections for the remainder of the SDLC. You also present total costs-to-date for the project and compare those costs with your prior estimates.
- Appendices. Supplemental material can be included in appendices at the end of the system design specification. In this section, you might include copies of documents from the first three phases if they would provide a helpful reference for readers.

Computer Science & Information Technology

You might also like to view...

What does a KVM do?

a. Connects a computer to Bluetooth-enabled devices b. Allows multiple users to share a single computer c. Networks multiple computers together d. Connects multiple computers to save resources

Computer Science & Information Technology

Which of the following statements is false?

a. As of Java SE 8, any interface containing only one method is known as a functional interface. b. There are many functional interfaces throughout the Java APIs. c. Functional interfaces are used extensively with Java SE 8’s new lambda capabilities. d. Anonymous methods provide a shorthand notation for creating lambdas.

Computer Science & Information Technology