Multiple choice technology

All of the following statements concerning files are true EXCEPT:

  1. A file is a collection of related pieces of information stored together for easy reference.

  2. Files can be generated from an application.

  3. Files are stored in RAM.

  4. Files should be organized in folders.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Files are stored on secondary storage devices like hard disks or SSDs, not in RAM. RAM is volatile memory used for temporary data while the computer is running - it loses all contents when power is turned off. Files must persist on non-volatile storage to be retained between sessions. Organizing files in folders (A, D) and generating them from applications (B) are true statements about file management.