Computers and Technology Quiz & Practice Tests - Test Your Skills
imagine we have a function called binary search, which takes as input two parameters: a list and a search term. it should return the index of the search term, or -1 if the search term was not found. imagine we call binary search([9, 12, 13, 13, 15, 15, 19, 21, 23, 25, 25, 27, 27, 28, 29, 29, 30, 33, 33, 40], 33).. how many numbers will the function have to check to establish that the search term 100 is not found in the