IPO Chart

Reviews
Shared by: Corinne Brown
Stats
views:
469
rating:
not rated
reviews:
0
posted:
3/12/2009
language:
pages:
0
An algorithm is a step-by-step solution to a problem. You can use the following steps when designing a program. As you follow these steps over and over you will eventually perform them unconsciously just as you do when you solve your every day problems. 1. Analyze the problem. What is it you are trying to accomplish? What outcome are you trying to arrive at? List the Inputs and Outputs. Often you work backwards from the Outputs. List the Outputs, and then figure out what Inputs you need in order to arrive at the Outputs. 2. Plan the algorithm. What detailed calculations/steps will be needed to accomplish the final solution to the problem? 3. Desk-check the algorithm. Use likely data and walk through the steps of your algorithm. 4. Code the algorithm into a program using pseudocode. 5. Desk-check the program. Use data outside the bounds of what you think the program will use plus data that would likely be used. 6. Evaluate and modify (if necessary) the program. Monitor and adjust. If the program does not work like you think it should, you may need to change it. Some things to consider that could save you time before writing a program using the above steps. 1. Before writing an algorithm, consider whether you have already solved a similar problem. If you have, you can use the same solution, often with little modification, to solve the current problem. 2. If you have not solved a similar problem, consider whether you can use a portion of an existing algorithm to solve the current problem. 3. Solve the problem manually; noting each step you take to do so. The IPO (Input, Processing, and Output) chart can help you analyze problems and develop algorithms. Pseudocode and flowcharts are also useful means of helping you organize your thoughts. IPO Chart Input Processing Items: Processing Output Algorithm: Desk Check Table

Related docs
IPO Chart Example
Views: 399  |  Downloads: 0
Preparing for an IPO
Views: 114  |  Downloads: 34
IPO Chart Example
Views: 11  |  Downloads: 0
GTOP IPO
Views: 171  |  Downloads: 4
Begin with story of largest ipo in history
Views: 52  |  Downloads: 1
Microsoft PowerPoint - IPO ORG CHART 4-09.pptx
Views: 18  |  Downloads: 2
Project report on Reliance Power IPO
Views: 442  |  Downloads: 20
Listing and Documentation of IPO
Views: 7  |  Downloads: 2
panamsat ipo
Views: 41  |  Downloads: 2
Sample IPO Checklist
Views: 2593  |  Downloads: 174
premium docs
Other docs by Corinne Brown