The preferable response is:
A linear search is easy to implement and faster than other algorithms when searching smaller datasets.
This is because, for small datasets, the overhead involved in more complex search algorithms (like binary search) often outweighs their benefits, making a simple linear search sufficient and efficient.