AQA Computer Science GCSE > Handling external data > Flashcards
CSV files store the data in what format?
Each line has an individual record of data, with fields separated by commas
Name 2 ways that data can be stored outside of a program
Flat file (e.g. CSV) or database (E.g. RDBMS such as mysql)