Widget Technologies Home Page Free code Free Programs Almost free programs Free How-To ... Open Source License View what others had to say Favorite links Awards won by Widget Technologies About Widget Technologies Widget Technologies privacy statement Contact me Site map
Widget Technologies freeware and shareware site
 
Problem Analysis
  1. Define the problem.
  2. Eliminate all ambigous words or decisions in the problem statement.
  3. List the desired outputs. Prepare a sample of the output in the form it should appear.
  4. List the necessary inputs.
 
Algorithm Design
  1. Write down a 3 to 7 step solution in general terms using Warnier-Orr diagram, Flow chart, or other diagram.
  2. Refine each of the steps in the previous solution into a sequence of 2 to 7 more detailed steps.
  3. Repeat the above step until sufficient detail is provided.
  4. Test the design with structured walkthroughs.
Computer Implementation
  1. Convert the Warnier-Orr diagram, Flow chart, or other diagram of the algorithm into instructions for a specific computer language.
  2. Test the program with carefully designed test data. Check for syntax and logic errors.
 

 
 
Home | Open Source | Freeware | Shareware | Components | How-To
| O.S. License | Comments | Links | Awards | About | Privacy statement | Contact Me | Site Map