Program Development Cycle Flashcards

1
Q

What is Program development life cycle

A

It is a systematic way of developing quality software

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

What are the six steps of program development life cycle

A
  1. Problem definition
  2. Problem analysis
  3. Algorithm Development
  4. Coding & Documentation
  5. Testing & Debugging
  6. Maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Sequential programming

A

This is when the algorithm to be solved consists of operations one after the other.

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

What are the 3 types of control structures

A

The Sequence structure

The decision/selection structure

Repition/iteration structure

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

What is a sequence structure

A

It is a case where the steps in an algorithm are constructed in such a way that, no condition is required

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

Design/Selection structure

A

If else statement

The case statement

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

Repition structure

A

Repeat Until loop

While loop

For loop

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