The files and programs on which the user is currently working are stored on which one of the following memories?
Secondary memory
RAM
ROM
Register
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CBI DSP LDCE – 2023
RAM (Random Access Memory) is the primary volatile memory in a computer. When a user opens a program or a file, it is loaded from secondary storage (like an SSD or hard drive) into RAM. The CPU then accesses the instructions and data from RAM to execute the program or work with the file.
RAM holds the data and programs that are actively being used by the computer’s processor. Secondary memory is for long-term storage, ROM holds boot firmware, and registers are temporary storage within the CPU itself for immediate operations, not for the entire working files/programs.