When records are in ____ order, it means that they are arranged one after another on the basis of the value in some field.

A. data
B. median
C. random
D. sequential


Answer: D

Computer Science & Information Technology

You might also like to view...

Transform the following while loop into an equivalent do loop (make sure it produces the same output).

``` int num = 1; while (num < 20) { num++; System.out.println(num); } ```

Computer Science & Information Technology

Forcing a new page when typing text is known as inserting a soft page break

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ row appears as the last row of a table to display summary statistics, such as a sum

Fill in the blank(s) with correct word

Computer Science & Information Technology

The process of buying and selling highly speculative stocks within one trading day is known as ________

Indicate whether the statement is true or false.

Computer Science & Information Technology