Concept:A file is a structured collection of related data, while a record is a single complete set of fields within a file.Explanation:A file is organised as a group of related records.Each record contains specific fields that hold individual data items.Hence, multiple records are stored together inside one file.Answer:D. A file contains multiple records.