__________ is a fast, accurate, inexpensive, high-capacity, nonvolatile extension of main memory.

a. RAM
b. ROM
c. D-RAM
d. Secondary storage


d. Secondary storage

Computer Science & Information Technology

You might also like to view...

Which statement is true regarding the following Dim statement?

Dim states(49) As String, populations(49) As Double (A) It is invalid since more than one array is dimensioned by a single Dim statement. (B) It is invalid since the two arrays must have the same data type. (C) The subscripts of states range from 1 to 49. (D) The subscripts of populations range from 0 to 49.

Computer Science & Information Technology

Explain how it is possible for a sequence of packets transmitted through a wide area network to arrive at their destination in an order that differs from that in which they were sent. Why can’t this happen in a local network?

What will be an ideal response?

Computer Science & Information Technology

In vi command mode, to delete 3 characters starting from the cursor position you type

a: xxx b: 3x c: d3 d: 3dd e: XXX

Computer Science & Information Technology

Each of the following are valid concerning a Search EXCEPT:

A) Reuse B) Delete C) Rename D) Save

Computer Science & Information Technology