The __________ search algorithm requires the array to be searched be in ascending or descending order.
a. bubble
b. binary
c. insertion
d. selection
b. binary
Computer Science & Information Technology
You might also like to view...
Which of the following statements about the Recycle Bin is TRUE?
A) Files sent there are permanently deleted. B) It automatically empties according to the schedule set in Task Manager. C) It is a system tool. D) It is a temporary holding area for files that you think you no longer need.
Computer Science & Information Technology
What happens when a method overrides another method?
A. It instantiates that method and takes over its properties. B. It takes precedence over the original method, hiding it. C. It overloads the original method, allowing for varying parameters. D. It extends the original method, adding additional functionality.
Computer Science & Information Technology