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
You might also like to view...
What does the parallelogram flowchart symbol represent?
(A) input/output (B) terminal (C) decision (D) connector (E) process
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.
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
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