Node

From HvWiki

Electronics

Any points in a circuit that can be thought of as having the same voltage at all times are considered a node. Can also be referred to as a net.

Computing

Connection points on a network, usually with a unique identifier.

Programming

A node is an abstract unit used in data structures, it can contain data or a link to other nodes.