Test your algorithms with a desk check using the appropriate test values for

adelen
 (Not rated)
 (Not rated)
Chat

Test your algorithms with a desk check using the appropriate test values for each variable required by your design. Provide a list of the variables and the values that the variables can hold.

Create a desk check table to show the results of your desk check test.

Continue developing the Visual Logic flowchart of the algorithm, including all modules.

 

 

Here is what I started with:

Pseudocode
Call Module Spring ()
//Declare variables
Declare string ClnGutterSptsSpg
Declare string YardTrmiteSprg
Declare string WtrAwayHse
Declare string ShnglDmg
Declare string ChimneyEtc
Declare string PeelingPaint
Declare string GuttersAway
Declare string DryerVentScr
Declare string ExhstFanScr
Declare string SmokeCOSpg
Declare string GarageSafeSpr
Declare string GarageRodntSpg

//Function calls
If condition ClnGutterSptsSpg ="Complete" Then
Display "Completed/Checked for 2015"
Else
Display "Check ClnGutterSptsSpg ASAP for 2015"
End If

(NEED TO FIGURE OUT ARRAY OR LOOP TO HAVE THIS SAME COMMAND RUN THROUGH ALL OF LIST ABOVE)
Declare Spring[12] As Float

End Module

Call Module Fall ()
Declare string ClnGutterSptsFl
Declare string HosesDrained
Declare string YardTrmiteFl
Declare string SmokeCOFl
Declare string GarageSafeFl
Declare string GarageRodntFl
Declare string FurnBoilHot (need to figure out how to mark as pro needed)
Declare string OvenRange (need to figure out how to mark as pro needed)
Declare string HotWtrLeak
Declare string WtrDmgAttic
Declare string Insulation

//Function Calls
If condition ClnGutterSptsFl ="Complete" Then
Display "Completed/Checked for 2015"
Else
Display "Check ClnGutterSptsFl ASAP for 2015"
End If

(NEED TO FIGURE OUT ARRAY OR LOOP TO HAVE THIS SAME COMMAND RUN THROUGH ALL OF LIST ABOVE)

End Module

Call Module Annual ()
Declare string SinkTubShwrLk
Declare string Outlets

//Function Calls
If condition SinkTubShwrLk="Complete" Then
Display "Completed/Checked for 2015"
Else
Display "Check SinkTubShwrLk ASAP for 2015"
End If

If condition Outlets ="Complete" Then
Display "Completed/Checked for 2015"
Else
Display "Check Outlets ASAP for 2015"
End If

End Module

 

 

 

I have no idea if that is even remotely on the right track, but the day after I did all of that I started over because I thought the idea was to add all of them in via a text file instead of individually naming them.

 

    • 11 years ago
    the answer with visual logic , vlc
    NOT RATED

    Purchase the answer to view it

    • new657.zip