Passnownow

SS2 Computer Science Third Term: Program Development Life Cycle

Program Development Life Cycle

The program development life cycle (PDLC) is an outline of each of the steps used to build software applications. Just like the system development life cycle (SDLC) guides the system analyst through the development of an information system, so also program development life cycle is a tool used to guide computer programmers through the development of an application.

Steps Involved in Program Development  Cycle

  1. Analyze the problem – Precisely define the problem to be solved, and write program specifications – descriptions of the program’s inputs, processing, outputs, and user interface.
  2. Design the program – Develop a detailed logic plan using a tool such as pseudo-code, flowcharts, object structure diagrams, or event diagrams to group the program’s activities into modules; devise a method of solution or algorithm for each module; and test the solution algorithms.
  3. Code the program – Translate the design into an application using a programming language or application development tool by creating the user interface and writing code; include internal documentation – comments and remarks within the code that explain the purpose of code statements.
  4. Test and debug the program – Test the program, finding and correcting errors (debugging) until it is error free and contains enough safeguards to ensure the desired results.
  5. Formalize the solution – Review and, if necessary, revise internal documentation; formalise and complete end-user (external) documentation.
  6. Maintain the program – Provide education and support to end users; correct any unanticipated errors that emerge and identify user-requested modifications (enhancements). Once errors or enhancements are identified, the program development life cycle begins again at Step 1.
Program Development Life Cycle

Program Development Life Cycle

Read more below-

SS2 Computer Science Third Term: Program Development Life Cycle

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top