_______________ are used for long-term retention of large amounts of data.

a) Memory cards
b) Buffers
c) Files
d) Data structures.


c) Files

Computer Science & Information Technology

You might also like to view...

The Database Documenter tool becomes less important the larger the database becomes

Indicate whether the statement is true or false

Computer Science & Information Technology

Because the data members of an object of type pair are private, each object of type pair can directly access these data members in a program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A spinner control can be used to limit a numeric field to a range of possible values, thus allowing the user to drag a marker horizontally across the possible fieldvalues.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following contains the correct code to create and instantiate an object named MyStudent from a class named Student?

A. Dim objStudent As Student B. Dim objStudent As New Student C. Dim objStudent = Student D. Dim objStudent = New Student

Computer Science & Information Technology