Files exist on ____ storage devices, such as hard disks, DVDs, USB drives, and reels of magnetic tape.

A. permanent
B. transient
C. scalable
D. optical


Answer: A

Computer Science & Information Technology

You might also like to view...

What does the parallelogram flowchart symbol represent?

(A) input/output (B) terminal (C) decision (D) connector (E) process

Computer Science & Information Technology

Which of the following statements are true?

A. The array elements are initialized when an array is created. B. The array size is fixed after it is created. C. Every element in an array has the same type. D. The array size used to declare an array must be a constant expression.

Computer Science & Information Technology

Characteristics of a content control can be modified from the ________ dialog box

A) Content Control Properties B) Add-Ins C) Design Mode D) Content Characteristics Properties

Computer Science & Information Technology

Which of the following is equivalent to x != y?

a. ! (x == y) b. x > y && x < y c. x > y || x < y d. x >= y || x <= y

Computer Science & Information Technology