Which of the following statements best describes secondary storage?
A. Stores data on a page/swap file on a disk
B. The computer main memory that is volatile and directly addressable by the CPU
C. Nonvolatile storage format that can store data, applications, and system code
D. Computer memory that is accessed sequentially
Answer: C
Explanation: Secondary storage is nonvolatile storage that can store data and program code. Primary storage is the computer main memory that is volatile. Virtual memory is data stored in a page file on disk. Sequential storage is memory accessed sequentially.
You might also like to view...
The customer role and the supplier role involve the same assumptions and operate similarly.
Answer the following statement true (T) or false (F)
Which of the following computers run on battery power?
A. desktop computer B. portable computer C. mainframe D. supercomputer
To edit an Access chart, you must use a separate program called Microsoft:
A) Chart. B) Graph. C) Map. D) Diagram.
Which of the following statements about passing arrays to a function is false?
A. The function must be called passing only the name of the array. B. In the function definition, the formal parameter must be an array type. C. The size of a fixed-length array does not need to be specified. D. The size of a variable-length array in the function prototype must be an asterisk or a variable. E. The size of a variable-length array in a function definition must be a variable in the function body.