So I've started statistical distributions this week, and there's one piece of terminology that throws me, and this is the idea of a distribution. I understand for most people (on this site, at least) this term is common knowledge, but as someone who is in the very beginner stages of coming to grips with some of the terminology in statistics, bear with me.
If we have a random variable, call it $X$, where $X=$ the number facing up when a dice is rolled, then from this information, we know that the sample space of this $X$ is therefore $$\lbrace 1,2,3,4,5,6\rbrace$$ and we know that the probability distribution of rolling any element, $x$, in $X$ is given by $$~~~~~~~~x~~~~~~~~~1~~~~2~~~3~~~4~~~5~~~6$$ $$P(X=x)~~~\frac{1}{6}~~~\frac{1}{6}~~~\frac{1}{6}~~~\frac{1}{6}~~~\frac{1}{6}$$ or $$ P(X=x) = \left\{ \begin{array}{ll} \frac{1}{6} & \quad x=1,2,3,4,5,6 \\ 0 & \quad otherwise \end{array} \right. $$
from this, we infer that the probability distribution of any random variable $X$ completely describes the probability of each possible outcome, but what, then, can we infer from just the distribution of $X$?
The reason why this throws me only becomes apparent in binomial distribution, since here, we talk a random variable being binomially distributed. Until this point in statistical distributions, we can talk about finding $P(X=x)$, by simply stating that the variable is random, but once a variable is distributed binomially, we need to describe it as such, and despite describing a variable as being binomially distributed, it doesn't make much sense to me. Any help is appreciated.
Thank you.