Step 1: Concept
The scalar triple product $[ \vec{a}, \vec{b}, \vec{c} ]$ is the determinant of the components of the vectors.
Step 2: Analysis
The vectors are $(1, 1, 0), (0, 1, 1),$ and $(1, 0, 1)$.
Determinant $= \begin{vmatrix} 1 & 1 & 0
0 & 1 & 1
1 & 0 & 1 \end{vmatrix} = 1(1-0) - 1(0-1) + 0$.
Step 3: Conclusion
$= 1 + 1 = 2$.
Final Answer: (A)