Computer Memory and its types, Function and uses
Computer memory stores data and instructions for the CPU to access, and is broadly categorized into Primary Memory (fast, volatile, direct CPU access like RAM and ROM) and Secondary Memory (slower, non-volatile, long-term storage like SSDs and HDDs). A third crucial type, Cache Memory, is a small, ultra-fast memory positioned between the CPU and RAM to speed up data retrieval. Primary Memory v RAM (Random Access Memory) : § Volatile: Loses data when the power is off. § Purpose: Holds data and instructions that the computer is currently using for quick access by the CPU. § Importance: A larger RAM allows for smoother multitasking and more programs to run simultaneously. v ROM (Read-Only Memory) : § Non-volatile: Retains data even without power. § Purpose: Stores essential, permanent data like firmware and the computer's boot instructions....