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.
2
Q
What is meant by a “loop”?
A
A piece of code that repeats until a condition is met.
3
Q
Give an example of a loop…
A
FOR loop = 0 to 9
________
END LOOP