CompTIA FC0-U61 Practice Test 2

Question 1 / 40
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?
Flat file
Memory
Relational database
Solid state drive
Comment (0)
Suggested answer: B
Explanation:
Memory is the component of a computer system that stores data temporarily for fast access bythe processor. Memory does not need to remain persistent, which means it does not retain data when the power is turned off. A programmer can use memory to store output in a placethat can be accessed as quickly as possible by the processor. Memory is also known as RAM(random access memory).Reference: The Official CompTIA IT Fundamentals (ITF+) Study Guide(FC0-U61), page 36.