Chapter 12 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Program Development Lifecycle

A

the process of developing a program set out in five stages: analysis, design, coding, testing and maintenance.

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

Analysis

A

process of investigation, leading to the specification if what a program is required to do.

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

Design

A

uses the program specification from the analysis stage to show how the program should be developed.

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

Testing

A

testing of the program to make sure that it works under all conditions.

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

Maintainance

A

part of the program development lifecycle the process of making sure that the program continues to work during use.

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

Waterfall method

A

linear sequential program development lifecycle, in which each stage is completed before the next is begun.

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

Iterative method

A

simple subset of the requirements is developed, then developed, then expanded or enhanced, with the development cycle being repeated until the full system has been developed.

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

Rapid application development (RAD)

A

type of PDC where different parts of the requirements are developed in parallel, using prototyping to provide early user prototyping to provide early user involvement in testing.

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