Computer Memory

📘 Computer Fundamentals 👁 43 views 📅 Nov 05, 2025
⏱ Estimated reading time: 2 min

Computer Memory

Computer memory is used to store data and instructions that the CPU uses during processing. It is classified based on volatility, speed, and purpose.


1. Primary Memory (Main Memory)

  • Volatile memory used for temporary storage while programs are running.

  • Directly accessible by the CPU.

TypeDescription
RAM (Random Access Memory)Stores data and instructions temporarily; lost when power is off.
Cache MemoryHigh-speed memory between CPU and RAM; stores frequently used data.
ROM (Read-Only Memory)Non-volatile; stores permanent instructions like BIOS.
PROM / EPROM / EEPROMProgrammable ROMs for firmware updates; EPROM and EEPROM can be erased and rewritten.

2. Secondary Memory

  • Non-volatile storage for permanent data.

  • Examples: Hard drives, Solid State Drives, Optical Discs, USB drives.


3. Tertiary / Offline Memory

  • Used for backup, archival, and large-scale storage.

  • Examples: Magnetic tapes, External storage, Cloud storage.


4. Characteristics of Computer Memory

  • Speed: Determines how fast the CPU can access data.

  • Volatility: RAM is volatile; ROM and secondary storage are non-volatile.

  • Capacity: Amount of data memory can hold.

  • Cost: Faster memory (like cache) is more expensive per MB than slower memory.


Key Points

  • Primary memory is fast but temporary; secondary memory is slower but permanent.

  • Cache memory boosts processing speed.

  • ROM stores essential system instructions, while RAM stores currently used programs and data.

  • Proper memory management is critical for computer performance.


🔒 Some advanced sections are available for Registered Members
Register Now

Share this Post


← Back to Tutorials

Popular Competitive Exam Quizzes