Given: $y - 1 = x \Rightarrow y = x + 1$ is a straight line.
We are to compute the area bounded by this line, the $x$-axis, and vertical lines $x = -1$ and $x = 1$.
The region is bounded between $x = -1$ and $x = 1$ and lies above the $x$-axis.
So, required area = $\int_{-1}^{1} (x + 1) \, dx$
\[
= \left[\dfrac{x^2}{2} + x\right]_{-1}^{1} = \left(\dfrac{1}{2} + 1\right) - \left(\dfrac{1}{2} - 1\right) = \dfrac{3}{2} - (-\dfrac{1}{2}) = 2
\]
So, Assertion is true.
The Reason is a general rule for computing area under a curve using definite integrals.
And yes, it is the principle used in the Assertion.
Hence, both Assertion and Reason are true, and Reason is the correct explanation of Assertion.