The Developmental Life Cycle Flashcards

(6 cards)

1
Q

State the four parts of the developmental life cycle

A
  • Analysis
  • Design
  • Coding
  • Testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State the three parts of analysis

A
  • Abstraction,
  • Decomposition of the problem
  • Identification of the problem and its requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe what is meant by abstraction

A
  • Simplifying the problem
  • Selecting elements required
  • Filtering out irrelevant characteristics from those elements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State the three parts of the design stage

A
  • Develop an algorithm to solve the problem using:
  • Structure diagrams
  • Flowcharts
  • Pseudocode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State what is mean by coding

A

Writing program code and iterative testing to solve the problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

State what is mean by testing

A

Testing program code with the use of test data to detect and fix errors in the program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly