Concept:
Median is the middle value of the data when the data is arranged in ascending order.
Step 1: Arrange the data in ascending order.
\[
144,\ 145,\ 147,\ 148,\ 149,\ 150,\ 152,\ 155,\ 160
\]
Step 2: Count the number of observations.
\[
n=9
\]
Since \(n\) is odd, median is the:
\[
\frac{n+1}{2}^{th}
\]
observation.
\[
\frac{9+1}{2}=5
\]
Step 3: Find the 5th observation.
\[
144,\ 145,\ 147,\ 148,\ \boxed{149},\ 150,\ 152,\ 155,\ 160
\]
So, median is:
\[
149
\]
\[
\therefore \text{Correct Answer is (B)}
\]