Software Design and Development Flashcards

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 pseudocode?

A

A way to plan programs using plain English code-like statements.

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

What is a syntax error?

A

An error caused by incorrect use of the programming language.

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

What is an algorithm?

A

A step-by-step set of instructions to solve a problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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