Match each term with a statement below.
A. Groups of related records
B. Thousands of bytes
C. Letters, numbers, and special symbols, such as "A", "7", and "$"
D. A file in which records can be located in any order
E. Holds complete and relatively permanent data
F. Millions of bytes
G. Is lost when the program ends or the computer loses power
H. Single useful data items that are composed of one or more characters
I. Billions of bytes
J. Is not lost when a computer loses power
A. files
B. kilobytes
C. characters
D. random access file
E. master file
F. megabytes
G. volatile storage
H. fields
I. gigabytes
J. nonvolatile storage
You might also like to view...
Why should you format data in Excel?
What will be an ideal response?
Which of the following correctly declare an array that can hold up to 3 rows of 5 columns of doubles?
a. int array[3],[5]; b. int array[3][5]; c. float array[3][5]; d. float array[3,5];