Concept:Standard file access methods are sequential, random, and serial access.Explanation:Sequential access reads records one after another from the beginning.Random access allows direct retrieval of any record without reading others first.Serial access also processes records in order, similar to sequential access.Circular access is not a recognized or standard method of accessing files.Answer:A. Circular