BinarySearch( ) is ____.

A. a method in the Array class
B. an instance method
C. usable as long as you declare an array
D. must be used with integer arguments

Answer: A

Computer Science & Information Technology

You might also like to view...

Each method for the array based implementation of the ADT bag will require access to the array of entries and what else?

a. The number of fields b. The current number of entries in the bag c. The ID of the previous bag entry d. The ID of the next bag entry

Computer Science & Information Technology

_____________ procedures for all data that can't be reproduced easily should be in place, and a disaster recovery procedure must be devised and carried out.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology