On each iteration, within a specific range, what element does the binary search select for comparison to the target value?

a.
The left-most element

b.
The middle element

c.
The right-most element

d.
A random element

b. The middle element