Question: Project - Phases & Planning PHASE 1 - Planning: 1 . Draw a Data Flow Diagram: What variables are passed as input into a

Project - Phases \& Planning
PHASE 1- Planning:
1. Draw a Data Flow Diagram: What variables are passed as input into a function (from the main function) to each of the other functions? What values/variables are returned?
2. Write pseudocode stages for the overall project. Which parts of the code will be implemented by each function?
3. Draw a flowchart for each of the functions.
4. Variables List (variable name, type, explain what each represents). A starting point for the variables list is given in the PDF document. Expand this list as you add more variables. Its important to reference this Variables List as you are coding so that you don't mix-up the different "\( x \)" values.
```
Example Variable list - HW15
xmin - double - minimum x value for table (user input)
xmax - double - maximum x value for table (user input)
steps - integer - number of intervals to break range (user input)
incr - double - increment between steps
x - double - variable for storing current x value in loop
y - double - variable for storing current y value in loop
```
Phase 1 is due early!
Project - Phases \ & Planning PHASE 1 - Planning:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!