An articulation point is a vertex whose removal increases the number of connected components. Delete it (and all its edges), and the graph splits. Also called a cut vertex because it cuts the graph into pieces.
In graph terms: vertex is an articulation point if removing disconnects the graph or reduces it to a single vertex. Articulation points are the critical vertices holding the graph together.