A _______________ search is more efficient than a linear search.
a) binary
b) selection
c) insertion
d) bubble
e) none of the above
a) binary
Computer Science & Information Technology
You might also like to view...
All addresses that begin (in hex) with the digits FD are ________ addresses
A) Global unicast B) Link local C) Multicast D) Unique local
Computer Science & Information Technology
What would be the output of the following statement?
printf( "%4d", 123456 ); a) 1234 b) 2345 c) 3456 d) none of these
Computer Science & Information Technology