You are on page 1of 7

1/17/2020

Computer Programming

Programming
Development Life
PDLC Cycle
- pertains to series of steps
that will serve as a guide in
designing a program.

1
1/17/2020

1. Analyzing the program


requirements
Gathering information in order
to identify the specifications of
PDLC a program

Steps 2. Designing the solution


The process of creating an
algorithm or the step-by-step
procedure in solving the
problem

3. Designing the interface


Selecting and organizing the
elements of the user
interface
PDLC 4. Coding the solution
The process of translating the
Steps algorithm into the program
codes
5. Testing the program
Used to detect and eliminate
errors in the program

2
1/17/2020

6. Documenting the program


Reviewing the program
code and ensuring all
documents during the
PDLC PDLC is complete and
accurate
Steps 7. Maintaining the program
The process of updating the
program code to become
continually useful

Design
Thinking

3
1/17/2020

The
Framework

4
1/17/2020

5
1/17/2020

6
1/17/2020

You might also like