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

1. If X = INT(6.5) then the value of X is 7.
2. After the first pass of an ascending sort operation is completed, the first value in the group is definitely known to contain the smallest value.
3. After the first pass of a descending sort operation is completed, the last value in the group is definitely known to contain the smallest value.
4. A sequential search is more efficient than a binary search.
5. Loading a table is usually done in the initialization portion of a program.

1. false
2. true
3. false
4. false
5. True

Computer Science & Information Technology

You might also like to view...

Presentations should be simple and presented in a logical order

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ records all changes made to a workbook, who made the change, and when the data was changed

A) tracking log B) change history C) change tracking D) review log

Computer Science & Information Technology