Text data can be stored in a(n) ____ file.

A. sequential
B. dynamic
C. archival
D. encoded


Answer: A

Computer Science & Information Technology

You might also like to view...

Write the declaration of a two dimensional array called budget which stores 10 rows and 12 columns of amounts of money.

What will be an ideal response?

Computer Science & Information Technology

In a typical doubly linked list, a node has

A) a field to store the element, and two references to keep track of two successor nodes B) a field to store the element, and two references to keep track of successor and predecessor nodes C) a field to store the element, and two references to keep track of two predecessor nodes D) either one of A or C

Computer Science & Information Technology

Overriding a base member function by using an overloaded derived member function is an example of ____.

a. inheritance b. scoping c. polymorphism d. derivation

Computer Science & Information Technology

A(n) __________ is programming within an application that enables you to control aspects of the application, but can be used to harm systems if used in a malicious manner.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology