Directions to doctor's office would work best stored as a flat file rather than stored in a database. A flat file is a simple text file that contains one record per line and has a fixed structure or format. A flat file is suitable for storing simple or static data that does not require frequent updates or complex queries. A database is a collection of organized data that can be accessed, manipulated, and updated using a database management system (DBMS). A database is suitable for storing complex or dynamic data that requires frequent updates or complex queries. References : The Official CompTIA IT Fundamentals (ITF+) Study Guide (FC0-U61), pages 142-143.