Program Development Life Cycle and Program Analysis Chart

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