Homework 1, Design for Some Easy Stats.
Short Description:
Create a design document for the Some Easy Stats program.
This homework is worth 5 points.
Goals
When you finish this homework you should have
- Created a design used to drive the implementation of homework 2.
Formal Description
Build your document using this template.
- Please follow the instructions on the first page, (IE Remove the instructions).
- Fill in the appropriate fields in the headers.
- You will probably only need the first three pages as you will not have enumerated types or classes.
- Since we don't know UML, you don't need to produce any UML diagrams.
You will probably have more than three pages.
Review chapter 4 sections six through the end of the chapter. Also, review the case study starting on page 377.
Use the case study on page 377 as an example for this exercise
- Copy the format of the structure chart on page 380.
- You may extend this if you wish to meet your needs, the example is a bare minimum.
- Copy the format of the narrative and pseudo-code style for the function descriptions.
Use pseudo-code to plan your implementation. This does not need to be accurate at this point, it just needs to demonstrate
- You understand the problem to solve
- You have a basic plan to solve the problem.
Please be aware that the input and output sections of the form refer to parameters, not io streams. A function that takes the user's name, a string, and prints that to the screen would have:
- Input: a string, the players name.
- Output: none.
Required Files
A single word document.
Submission
Submit your document to the D2L folder Homework1 by the due date.