please explain these questions

In the worst case, how many elements must be compared to search a list of 20,000 elements using the linear search algorithm?


In the worst case, how many elements must be compared to search a list of 20,000 elements using the binary search algorithm?