35. (A) The maximum number of guesses is 100. A sequential search means that the computer starts at the first possible number, namely 1, and tries each successive number until it gets to 100. If the user’s number is 100, the computer will take 100 guesses to reach it.