Asked by Raymond Shaquille on Jun 10, 2024

verifed

Verified

Which of the following is an area of secondary storage used to hold information?

A) file
B) variable
C) constant
D) buffer

Secondary Storage

Non-volatile storage that retains data when a computer is turned off, such as hard drives and SSDs.

  • Understand secondary storage concepts and their implementation in Java.
verifed

Verified Answer

YC
Yolanda Cruz-MedinaJun 17, 2024
Final Answer :
A
Explanation :
Secondary storage is typically used to hold files. Variables and constants are held in primary memory (RAM) while a buffer is temporary storage used for transferring data between different components of a system.