Introduction
Computer memory is one of the most important foundational concepts in Computer Aptitude. Almost every exam tests whether you understand where data is stored, how long it is stored, and what happens when power is turned off.
Questions from this pattern are usually direct and help build clarity for hardware and OS topics.
Pattern: Computer Memory Basics
Pattern
Computer memory is used to store data, instructions, and results temporarily or permanently, and is broadly classified into Primary and Secondary memory.
Step-by-Step Example
Question
Which type of memory loses its data when the computer is switched off?
Options:
- A. ROM
- B. Hard Disk
- C. RAM
- D. Pen Drive
Solution
-
Step 1: Identify the power dependency
The question asks about memory that depends on continuous power supply. -
Step 2: Recall memory characteristics
RAM stores data temporarily and requires power to retain information. -
Step 3: Eliminate non-volatile memories
ROM, hard disk, and pen drive retain data even when power is off. -
Final Answer:
RAM → Option C -
Quick Check:
Open files disappear after shutdown → RAM confirmed as volatile ✅
Quick Variations
1. Memory that is volatile → RAM.
2. Memory that stores data permanently → ROM / Hard Disk.
3. Main memory directly accessed by CPU → Primary memory.
4. External storage devices → Secondary memory.
Trick to Always Use
- Step 1 → If data disappears on power off → Volatile.
- Step 2 → If data is permanent → Non-volatile.
- Step 3 → If CPU accesses it directly → Primary memory.
Summary
Summary
- Memory stores data, instructions, and results.
- Primary memory includes RAM and ROM.
- RAM is volatile; ROM is non-volatile.
- Secondary memory provides long-term storage.
Example to remember:
RAM forgets, ROM remembers.
