Computer Architecture: Memory, I/O, Buses, and Motherboard
Classified in Technology
Written on in English with a size of 2.89 KB
Memory Components
For a device to function, it requires:
- Storage Medium/Support: The physical element containing the memory, capable of supporting two different energy states. The medium can be:
- Discrete: A single item stores each bit.
- Continuous: Bits are stored sequentially, differentiated by a clock signal.
- Memory can be classified based on data retention:
- Durable/Non-Volatile: Information is stored permanently unless intentionally erased.
- Volatile: Information is lost when power is removed.
- Refresh-based: Information fades over time and requires periodic rewriting.
- Destructive Read: Reading erases the data, requiring a re-write after each read operation.
- Read-Only: Information can only be recorded once.
- Drivers: Manage reading and writing operations.