Software Design and Development Flashcards

(3 cards)

1
Q

What are the 5 stages of the software development process?

A

Analysis, Design, Implementation, Testing, Evaluation.

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

What is meant by a “loop”?

A

A piece of code that repeats until a condition is met.

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

Give an example of a loop…

A

FOR loop = 0 to 9

________

END LOOP

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