Concept:Serial files keep records in the exact order in which they arrive.Explanation:When records are entered, each new record is simply placed after the previous one.No key field is used to arrange them.No sorting is performed before storage.This makes serial files different from sequential files, which are stored in a sorted key order.Answer:C. stored as they come