|
Answer» System design takes the following inputs :
- Statement of work.
- Requirement determination PLAN.
- Current situation ANALYSIS.
- Proposed system REQUIREMENTS including a conceptual data model, modified DFDs, and Metadata (data about data).
- OUTPUTS for System Design.
System design gives the following outputs :
- Infrastructure and organizational changes for the proposed system.
- A data SCHEMA, often a relational schema.
- Metadata to define the tables/files and columns/data-items.
- A function hierarchy diagram or web page map that graphically describes the program structure.
- Actual or pseudocode for each module in the program.
- A prototype for the proposed system.
System design takes the following inputs : System design gives the following outputs :
|