A binary variable is very well used in many engineering problems.
Suppose that we need to introduce some variables that indicate whether a computer is being used by a customer or not. Then, we may express it as $x_i\in\{0,1\}$ for computer $i$. If we have 100 computers, we may use $\mathbf{x}=\{x_i\}_{i=1}^{100}$. In this case, we can write $\mathbf{x}\in\{0,1\}^{100}$ or $\mathbf{x}\in\{0,1\}^{100\times1}$.
Like an above example, $\{0,1\}$ is very well used. Is there any notation or name for $\{0,1\}$?
For example, we have $\mathbf{1}_{N\times M}$ and $\mathbf{0}_{N\times M}$ to express a set (or a matrix) with all-ones elements or all-zero elements.