Nodes: Computational Units

Nodes are objects on the diagram that accept inputs, return outputs, and perform operations when a program runs.

They are analogous to statements, operators, functions, and subroutines in text-based programming languages.


1378

Anatomy of a Node

Nodes have three components.


1378

1378 Icon—Illustrates the purpose of the node.
1378 Input parameters—Pass data into the node. The node uses this data to perform computations.
1378 Output parameters—Pass data from the node to the rest of the diagram after the node executes.