Storage Devices
Storage Devices
Definition: Storage devices are hardware components used to store and retrieve digital data.
They retain information for both short-term and long-term use, ensuring data persistence even
when the computer is powered off.
Definition: RAM (Random Access Memory) is a type of volatile memory that temporarily
stores data and instructions that the CPU needs while performing tasks. Unlike permanent
storage devices, data in RAM is lost when the computer is turned off.
Types of RAM
Cache Memory
Definition: Cache memory is a small, high-speed memory located close to the CPU. It stores
frequently accessed data and instructions to speed up processing.
1. L1 Cache: Located on the CPU chip, extremely fast but limited in size.
2. L2 Cache: Larger than L1, may be located on the CPU or on a separate chip.
3. L3 Cache: Even larger, shared among cores in multi-core processors.