Respuesta :
Answer:
1.search 2.False 3.Our algorithm did not find the element we were looking for.
Explanation:
An algorithm used to find a value in an array is called a:
- Search
A search algorithm returns the element that we’re searching for, rather than the index of the element we’re searching for is:
- False
If we used our searching algorithm to look for a specific element in a list and the algorithm returned -1. The thing which this means is:
- Our algorithm did not find the element we were looking for.
What is Algorithm?
This refers to the use of well defined instructions to execute a particular problem in sequential order.
With this in mind, we can see that algorithm is used to search for particular items and when the item is not found, then there would be a return of -1 because the element was not included in the array.
Read more about algorithms here:
https://brainly.com/question/24953880