0% found this document useful (0 votes)
550 views1 page

PDLC Steps

The document outlines the six steps in the Program Development Life Cycle (PDLC): 1) analyze the problem, 2) design the programs, 3) code the programs, 4) test the programs, 5) formalize the solution, and 6) maintain the programs. Each step is described, with step 1 involving reviewing specifications and identifying components, step 2 designing modules and algorithms, step 3 coding the algorithms, step 4 testing for errors, step 5 reviewing code and documentation, and step 6 correcting errors and adding enhancements.

Uploaded by

wa2345
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
550 views1 page

PDLC Steps

The document outlines the six steps in the Program Development Life Cycle (PDLC): 1) analyze the problem, 2) design the programs, 3) code the programs, 4) test the programs, 5) formalize the solution, and 6) maintain the programs. Each step is described, with step 1 involving reviewing specifications and identifying components, step 2 designing modules and algorithms, step 3 coding the algorithms, step 4 testing for errors, step 5 reviewing code and documentation, and step 6 correcting errors and adding enhancements.

Uploaded by

wa2345
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

The Six Steps in the Program

Development Life Cycle (PDLC)



Step 1 - analyze problem
Step 2- design programs
Step 3 - code programs
Step 4 - test programs
Step 5 - formalize solution
Step 6 - maintain programs

Step 1, analyze problem, consists of reviewing program
specifications; meeting with the analyst and users; and
identifying program components.

Step 2, design programs, involves grouping activities into
modules, devising solution algorithms, and testing the
algorithms.

Step 3, code programs, entails translating the solution
algorithm into a programming language and entering
program code into the computer.

Step 4, test programs, consists of correcting syntax errors
and logic errors.

Step 5, formalize solution, includes reviewing program
code and documentation.

Step 6, maintain programs, involves correcting errors and
adding enhancements.

You might also like