Ch.7 Algorithm design and problem solving Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

design

A

the second stage of the program development life cycle
involves decomposition of the problem and algorithms created ready for implementation

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

structural diagram

A

a hierarchical diagram that shows the decomposition of a system

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

process

A

an action that performed
e.g. x <– x + 1

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

decompose

A

the action of performing decomposition;
splitting a system into smaller sub-systems, which can in turn be split into smaller sub-systems

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

flowchart

A

a diagrammatic representation of an algorithm

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

pseudocode

A

code-like statements that are used to design an algorithm but do not follow any specific language

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

coding

A

the writing of a program using one or more programming languages

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