# 3.2 内存 & 储存介质（Memory & Storage）

## 3.2.1 存储器（storage）

1.6 小节设计的 RAM 是一种易失性存储器(volatile memory)，一般来说电脑的内存是非永久性的（non-permanent），断电后数据会丢失。

存储器是一种非易失性（non-volatile）的存储介质，断电不会丢失，直到数据被删除或覆盖。

在以前“易失性”的速度快，“非易失性”的速度慢，但随着技术发展两者差异逐渐缩小。

## 3.2.2 存储介质发展

![存储](/files/vrpr4II33ZZjLQGLzFyW)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cccs.viyi.cc/3-cao-zuo-xi-tong/3.2-nei-cun-chu-cun-jie-zhi-memory-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
