Match each item with a statement below.Match each item with a statement below:

A. Data is not lost when a computer loses power.
B. A collection of information stored on a nonvolatile device in a computer system.
C. Store music, images, and executable programs.
D. The combination of the disk drive plus the complete hierarchy of directories in which a file resides.
E. A file in which records are not used in sequence.
F. A character or group of characters that has some meaning.
G. A field used to uniquely identify each record in a sequential file.
H. A character used to specify the boundary between data items in text files
I. A block of text within a string that represents an entity or a field
J. Temporary storage in a computer.


A. permanent storage
B. computer file
C. binary files
D. path
E. random access file
F. field
G. key field
H. delimiter
I. token
J. random access memory

Computer Science & Information Technology

You might also like to view...

Sending mass, unsolicited email messages is called ________

A) payloading B) hijacking C) spamming D) hoaxing

Computer Science & Information Technology

After setting static IP information on several computers, if you discover that they cannot communicate, what is the most likely cause?

What will be an ideal response?

Computer Science & Information Technology

How many times is the println statement executed?

for (int i = 0; i < 10; i++) for (int j = 0; j < i; j++) System.out.println(i * j) a. 100 b. 20 c. 10 d. 45

Computer Science & Information Technology

The hard disk ________ sends a signal to the drive when information stored on the hard drive has been requested

Fill in the blank(s) with correct word

Computer Science & Information Technology