11 Control Flow Graph Vocab Flashcards

1
Q

Node

A

A unit of information processing

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

Link

A

“is followed by”

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

Initial/Entry Node

A

Where the program execution starts

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

Final/Exit Node

A

Where the program execution ends.

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

Deicision/Branching Node

A

With Multiple outlinks.

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

Junction/Merging Node

A

With Multiple inlinks.

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

Processing Node

A

Nether a decision nor a junction node

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

(Complete) Path

A

Starts with “entry” and ends with “exit”

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

(Path) Segment

A

Subpart of a complete path.

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

Loop

A

If some nodes of a a path or a segment are revisited.

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