The formula for computing the current byte address (CBA) for a direct access file with fixed record length is ____.

A. CBA = (RN - 1) * RL
B. CBA = RN * RL
C. CBA = RN / RL
D. CBA = (RN + 1) * RL


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. A C-string variable with a something in it is always filled with characters. 2. It is illegal to write char message[] =”Go Home!”;

Computer Science & Information Technology

When creating calculations, you must use the field caption so Access knows which field to include in the calculation

Indicate whether the statement is true or false

Computer Science & Information Technology

In Word, when an outline is expanded it is easier to view and reorganize the levels

Indicate whether the statement is true or false

Computer Science & Information Technology

To ensure that query results are listed in a desired order, use the ORDER BY clause.

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

Computer Science & Information Technology