Program Development Life Cycle and Program Analysis Chart
Across
- 5. It is the process of detecting and removing bugs in a computer program
- 7. A list of operations that need to be performed, which may include equations or other kinds of processing.
- 11. Phase where the problem is defined clearly and boundaries are identified.
- 12. It helps one to comprehend the problem clearly and also helps to develop ideas for the solution.
- 13. Specifications for the output reports, including the kinds of information and formats that are required both of them.
- 14. It is the information that describes the software to the developers and users, example for this includes technical manuals.
Down
- 1. It is an example of programming language that is used to write computer programs.
- 2. It is the result of problem solving and series of activities known as program development phases.
- 3. It is a step-by-step procedure that defines a set of instructions that must be carried out in a specific order to produce the desired result.
- 4. It is the process of verifying and validating that computer program is error free and meet user requirements.
- 6. An information given in the problem or by the user, such as constants and variables.
- 8. A list of potential approaches for solving the problem.
- 9. The process of writing the program statements that will make up the software.
- 10. Phase where variables,functions, and other software needs are identified.