CompTIA
FC0-U61 · Question #41
A programmer needs to store output in a place that can be accessed as quickly as possible. The data does not need to remain persistent. Which of the following is the BEST option for storing the data?
The correct answer is B. Memory. The data does not need to remain persistent. And we know that all data in memory is lost if your computer loses power.
IT Concepts and Terminology
Question
A programmer needs to store output in a place that can be accessed as quickly as possible. The data does not need to remain persistent. Which of the following is the BEST option for storing the data?
Options
- AFlat file
- BMemory
- CRelational database
- DSolid state drive
How the community answered
(51 responses)- A2% (1)
- B88% (45)
- C6% (3)
- D4% (2)
Explanation
The data does not need to remain persistent. And we know that all data in memory is lost if your computer loses power.
Topics
#volatile storage#memory#data storage
Community Discussion
No community discussion yet for this question.