The volatility attribute of a file specifies ________.

a) the frequency with which additions and deletions are made to a file
b) whether the file is stored on a volatile medium
c) the percentage of a file’s records accessed during a given period of time
d) restrictions placed on access to data in a file


a) the frequency with which additions and deletions are made to a file

Computer Science & Information Technology

You might also like to view...

What is the value of the variable myLetter after the following statements are executed?

``` var name = "Santa Claus"; var myLetter = name.charAt(3); ``` a. "a" b. "t" c. "" d. "Santa Claus"

Computer Science & Information Technology

What is the animation effect called when you manually draw an animation path instead of using a pre-defined path?

A) Drawn path B) Custom path C) Manual path D) Special path

Computer Science & Information Technology

You should put a semicolon after the condition in a selection structure.

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

Computer Science & Information Technology

Which transmission medium transmits data the fastest?

A. Twisted-pair cable B. Coaxial cable C. Wireless D. Fiber-optic cable

Computer Science & Information Technology