Answer:
5
Explanation:
2⁵ = 32, so that fits.
In general, to calculate the number of bits without guessing, you can take the 2 log of the number and then round up:

rounded up gives 5.
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.
the undo option is the right answer
Answer:
It's
A. Debugging tools help programmers catch errors they might otherwise miss.
B. Debugging tools can save time.
D. Debugging tools help programmers make methodical assessments of the problem.
Explanation:
got it right on edge.