I believe the first two denote interior, the third boundary, and the fourth closure.
The interior of a set is the largest open set included in it. Equivalently, it is the union of all open sets included in it: $$\operatorname{int} S\equiv\bigcup\{U\,|\,U\text{ is open and }U\subseteq S\}.$$
Analogously, the closure of a set is the smallest closed set that includes it. Equivalently, it is the intersection of all closed sets including it: $$\overline S\equiv\bigcap\{C\,|\,C\text{ is closed and }S\subseteq C\}.$$
The boundary of a set is simply the set of points in the closure but not in the interior: $$\partial S\equiv \overline S\setminus\operatorname{int} S.$$
In the case of the rationals, one has that
\begin{align*}
\operatorname{int}\mathbb Q=&\,\varnothing,\\
\overline{\mathbb Q}=&\,\mathbb R,\\
\partial{\mathbb Q}=&\,\mathbb R.
\end{align*}
Why? Note that every non-empty open subset of $\mathbb R$ contains a non-empty open interval and every non-empty interval, in turn, contains irrational numbers. Hence, $\mathbb Q$ cannot have any non-empty open set as its subset, so the largest open set included in it is the empty set.
On the other hand, if $C\subseteq\mathbb R$ is a closed set containing $\mathbb Q$, then $C$ must contain all irrationals, too, because every irrational is a limit of some sequence of rational numbers and the set $C$ is closed. Hence, it must be the case that $C=\mathbb R$. It follows that the smallest closed set containing $\mathbb Q$ is, in fact, $\mathbb R$.