I am studying graphs through an online course and came across the idea of a "connected component", a "subgraph in which any two vertices are connected to each other by paths, and which is connected to no additional vertices in the subgraph."
This means that a single graph need not be connected. So my question is: what, if not connectivity, defines a graph and separates it from another graph? And as an aside, if there is no such boundary, is it ever useful to think of all graphs being connected?
Matt Pressland has given a good answer, but I'd just like to add on that in math the notion of a "collection" of objects is given a lot of weight. Collections have their own independent existence, and are not second-class citizens. For example, for any set $A$, the set $\{A\}$ is a totally different object, even though it appears we've only given it a "wrapper". Similarly, with a graph, $$\color{red}{\fbox{$\genfrac{}{}{0pt}{}{\Large \strut\bullet\texttt{----}\bullet}{\Large \strut\bullet}$}}$$ is a graph with two connected components, while $$\color{blue}{\fbox{$\strut \bullet\texttt{----}\bullet$}}\\ \color{green}{\fbox{$\strut\bullet$}}$$ is two different connected graphs that happen to have been drawn near to each other.