Answer the following statements true (T) or false (F)

1. The bubble sort is an easy way to arrange data in ascending order but it cannot arrange data in descending order.
2. The number of comparisons made by a binary search is expressed in powers of two.
3. On average, an item is just as likely to be found near the beginning of an array as near the end.
4. A linear search can only be implemented with integer values.
5. Before you can perform a selection sort, the data must be stored in ascending order.


1. F
2. T
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

If you copy and paste images you find while accessing other Web sites and use them for your own purposes, you may be violating copyright laws.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Use the following guidelines to develop a data flow diagram:

What will be an ideal response?

Computer Science & Information Technology

Which of the following query criteria would be used to produce results for Date/Time fields containing a date of December 12th, 2010?

A) 12/12/2010 B) Between #12/11/2010# and #12/14/2010# C) #12/12/2010# D) 12/11/2010

Computer Science & Information Technology

RAID begins with the assumption that a small set of large-capacity disk drives is preferable to a larger set of small-capacity disk drives.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology