Concept:
The given parametric equations $x = a\cos\theta$ and $y = b\sin\theta$ represent an ellipse. The total area of a full ellipse is $\pi a b$. The parameter $\theta$ running from $0$ to $\pi$ traces exactly one half of this ellipse.
Step 1: Identify the shape from the parametric equations.
Given $x = 3\cos\theta$ and $y = 2\sin\theta$, rewrite them as $\frac{x}{3} = \cos\theta$ and $\frac{y}{2} = \sin\theta$.
Squaring and adding them yields the Cartesian equation:
$$\frac{x^2}{9} + \frac{y^2}{4} = 1$$
This is an ellipse with semi-major axis $a=3$ and semi-minor axis $b=2$.
Step 2: Calculate the total area of the full ellipse.
The formula for the total area of an ellipse is $A_{total} = \pi a b$:
$$A_{total} = \pi (3)(2) = 6\pi$$
Step 3: Determine the fraction of the ellipse traced.
The parameter $\theta$ goes from $0$ to $\pi$ radians ($180^\circ$).
Since a full ellipse requires $\theta$ to range from $0$ to $2\pi$ ($360^\circ$), the given domain traces exactly half of the ellipse (the top half).
Step 4: Calculate the enclosed area.
Since it is exactly half of the ellipse, we divide the total area by 2:
$$Area = \frac{1}{2} A_{total}$$
Step 5: Compute the final value.
$$Area = \frac{1}{2} (6\pi) = 3\pi$$
Hence the correct answer is (D) $3\pi$.