Most utilities are treated as __________ routines that are stored on disk and loaded into memory only when necessary.

a. disk resident
b. temporary
c. transient
d. service


c. transient

Computer Science & Information Technology

You might also like to view...

Try rewriting Program 100 so that you have a linear increase in volume to halfway through the sound, then linearly decrease the volume down to zero in the second half.

What will be an ideal response?

Computer Science & Information Technology

The expression =Date(), inserted in a text box in a report design, will return the ____________________ value.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

For a list of length n, the bubble sort makes exactly ____________________ key comparisons.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the output of the following code fragement?

double size, volume=16.0; size = sqrt(sqrt(volume)) / 3; cout.setf(ios::fixed) cout.setf(ios::showpoint); cout.precision(2); cout << size; a. 0.67 b. 0.6666667 c. 0.00 d. 0

Computer Science & Information Technology