Computer Memory Assignment
Computer Memory Assignment
Data in a computer is stored in binary form-using 0s and 1s. These binary digits (bits) are grouped
- Primary storage: like RAM and ROM, used for temporary and permanent storage during
processing.
- Secondary storage: like hard drives (HDD/SSD), CDs, USB drives, used for long-term storage.
- Data storage structure: Files and folders help organize the data logically.
Volatile Memory:
- Example: RAM
Non-volatile Memory:
3. What is RAM? What are its two types? Differentiate between them.
RAM (Random Access Memory) is a temporary memory that stores data currently being used by the
computer.
Types:
SRAM:
DRAM:
ROM (Read-Only Memory) is non-volatile memory that stores permanent data and instructions
It is called "Read-Only" because data in ROM is written during manufacturing and cannot be
modified easily.
Uses:
Cache memory is a small, very fast type of memory located close to the CPU. It stores frequently
- Primary memory (RAM) is larger and used for active program data.