The distinguishable parts of a record are called
-
data
-
files
-
fields
-
none of the above
C
Correct answer
Explanation
A field (also called an attribute or column) is the smallest distinguishable unit of data in a record. Records consist of multiple fields, and files consist of multiple records. Option A is too general, while B refers to collections of records.