In Control Flow Graph (CFG) analysis, a node with two or more outgoing edges is called a:
AJunction Node
BTerminal Node
CPredicate Node (Decision Node)
DEntry Node
Explanation
Predicate nodes contain conditional logic statements causing execution paths to split into multiple branches.

No Comments