11 Control Flow Graph Vocab Flashcards
1
Q
Node
A
A unit of information processing
2
Q
Link
A
“is followed by”
3
Q
Initial/Entry Node
A
Where the program execution starts
4
Q
Final/Exit Node
A
Where the program execution ends.
5
Q
Deicision/Branching Node
A
With Multiple outlinks.
6
Q
Junction/Merging Node
A
With Multiple inlinks.
7
Q
Processing Node
A
Nether a decision nor a junction node
8
Q
(Complete) Path
A
Starts with “entry” and ends with “exit”
9
Q
(Path) Segment
A
Subpart of a complete path.
10
Q
Loop
A
If some nodes of a a path or a segment are revisited.