30.7k views
5 votes
Becca is working on a program that will store data. The program will need quick access to data and data persistence is not

important. Where should the data be stored?


In memory

In a database

In flash memory

In a flat file

User Bgmaster
by
2.9k points

1 Answer

8 votes

Answer:

in memory

Step-by-step explanation:

A database refers to a collection of data that is organized and stored in a computer system.

Flash memory is a non-volatile memory chip that helps to transfer data from a personal computer (PC) to a digital device.

A flat file comprises a single table of data.

Becca is working on a program that will store data such that the program will need quick access to data and data persistence is not important.

Therefore,

data should be stored in memory.

User Daxelrod
by
4.0k points