Software Design and Development Flashcards
1
Q
What are the 5 stages of the software development process?
A
Analysis, Design, Implementation, Testing, Evaluation.
2
Q
What is pseudocode?
A
A way to plan programs using plain English code-like statements.
3
Q
What is a syntax error?
A
An error caused by incorrect use of the programming language.
4
Q
What is an algorithm?
A
A step-by-step set of instructions to solve a problem.
5
Q
What is meant by a “loop”?
A
A piece of code that repeats until a condition is met.