i dont have enough information to awnser this
Answer:
1.T 2.f 3.t 4.f 5.f 6.f 7.t 8.t 9.f
<span>C. a scientific article</span>
Linear search
You implement this algorithm by iterating over each item, and checking if the item matches what you are searching for.
It is linear because it takes a linear amount of time to search for an item.