Concept:
Area between curves is given by:
\[
\text{Area} = \int_{a}^{b} (\text{upper function} - \text{lower function})\,dx
\]
Step 1: Identify the region and limits.
The region is bounded by:
\[
x = 0,\; x = 1
\]
Upper curve: $y = x + 2$
Lower curve: $y = 0$
Step 2: Set up the integral.
\[
\text{Area} = \int_{0}^{1} \left[(x + 2) - 0\right] dx
\]
Step 3: Evaluate the integral.
\[
= \int_{0}^{1} (x + 2)\,dx
= \left[\frac{x^2}{2} + 2x\right]_0^1
\]
\[
= \left(\frac{1}{2} + 2\right) - 0 = \frac{5}{2}
\]